@hackage base-encoding0.3.0.0
RFC4648 Binary-to-text encodings (e.g. base64)
Categories
License
BSD-3-Clause
Maintainer
hvr@gnu.org
Links
Versions
Installation
Dependencies (6)
- base >=4.3 && <4.19
- base16-bytestring ^>=1.0.1
- base64-bytestring ^>=1.2.1
- bytestring ^>=0.9.1 || ^>=0.10 || ^>=0.11
- bytestring-builder ^>=0.10.8.2
- text ^>=1.2.3 || ^>=2.0 Show all…
Dependents (3)
@hackage/LDAPv3, @hackage/acme-everything, @hackage/S3
This package provides a simple and convenient API to encode and decode binary data in the popular binary-to-text "base" encoding family as described in RFC 4648 et al.
Currently, the following encodings are supported:
(unpadded)
base16(RFC4648)(padded)
base32(RFC4648)(padded)
base32hex(RFC4648)(padded)
base64(RFC4648)padded
base64url(RFC4648)unpadded
base64url(RFC4648)