Did you know ... | Search Documentation: |
Predicate base64_encoded/3 |
classic
uses the classical rfc2045 characters. The value url
uses URL
and file name friendly characters. See base64url/2. The value
openbsd
uses the OpenBSD password-file alphabet.true
(default), the output is padded with =
characters.string
(default) or
atom
.utf8
.Plain | - is an atom or string containing the unencoded (plain) text. |
Encoded | - is an atom or string containing the base64 encoded version of Plain. |