Module base64::alphabet

source ·
Expand description

Provides Alphabet and constants for alphabets commonly used in the wild.

Structs§

  • An alphabet defines the 64 ASCII characters (symbols) used for base64.

Enums§

Constants§

  • The bcrypt alphabet.
  • The alphabet used in BinHex 4.0 files.
  • The crypt(3) alphabet (with . and / as the first two characters).
  • The alphabet used in IMAP-modified UTF-7 (with + and ,).
  • The standard alphabet (with + and /) specified in RFC 4648.
  • The URL-safe alphabet (with - and _) specified in RFC 4648.