class
Pwgen::Sha1Source
- Pwgen::Sha1Source
- Reference
- Object
Overview
Provides deterministic pseudo-random number generation using SHA1.
This class implements a PRNG by repeatedly hashing a file's content with an incrementing seed. Useful for generating reproducible passwords.
Defined in:
pwgen/sha1_source.crConstant Summary
-
BUFFER_SIZE =
20 -
DEFAULT_SEED =
"pwgen"