Constant CRYPT
pub const CRYPT: Alphabet;Expand description
The crypt(3) alphabet (with . and / as the first two characters).
Not standardized, but folk wisdom on the net asserts that this alphabet is what crypt uses.
pub const CRYPT: Alphabet;The crypt(3) alphabet (with . and / as the first two characters).
Not standardized, but folk wisdom on the net asserts that this alphabet is what crypt uses.