@hackage base64-string0.2
Base64 implementation for String's.
Categories
License
LicenseRef-OtherLicense
Maintainer
igloo@earth.li
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (1)
Dependents (27)
@hackage/pokitdok, @hackage/darcsden, @hackage/smtps-gmail, @hackage/hoauth, @hackage/postgrest, @hackage/mime-directory, Show all…
This Base64 implementation uses the characters A-Z a-z 0-9 + / along with = to signal the number of characters mod 3. It is compliant with both PEM (RFC 989 / RFC 1421) and MIME (RFC 2045).