Skip to content

kfong-dev/RORG-Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RORG Password Generator

RORG Password Generator | C#, .NET 8.0, WinForms | Cryptographic password generator combining local CSPRNG and atmospheric noise via random.org API with HKDF-SHA256 hybrid mixing. Rejection sampling on byte-to-charset mapping eliminates modular bias Hardened against DEP, ASLR, CFG, and CET — compatible with Credential Guard and code integrity environments

The hardcoded random.org API key (cff4f1e6-9e8d-4446-a4b2-ae57ac5550da) is a free public development key licensed for testing only, please change API keys for commercial deployments.

Commercial deployments should use a separately licensed key obtained from https://api.random.org/pricing

Original project and credit goes to Jan Pisa: jan_pisa@email.cz

Retrieved from SourceForge: Published by: John Nevzer Avrung (https://sourceforge.net/u/john-nevzer/profile/)

URL: https://sourceforge.net/projects/pasword-generator-rorg/

About

Cryptographic password generator combining local CSPRNG and atmospheric noise via random.org API with HKDF-SHA256 hybrid mixing. Rejection sampling on byte-to-charset mapping eliminates modular bias Hardened against DEP, ASLR, CFG, and CET — compatible with Credential Guard and code integrity environments

Resources

License

Stars

Watchers

Forks

Contributors