Constant base64::alphabet::CRYPT

source ·
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.