base-encoding: RFC4648 Binary-to-text encodings (e.g. base64)
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)
Modules
[Index] [Quick Jump]
Downloads
- base-encoding-0.3.0.0.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1.0.0, 0.2.0.0, 0.3.0.0 |
---|---|
Change log | ChangeLog.md |
Dependencies | base (>=4.3 && <4.19), base16-bytestring (>=1.0.1 && <1.1), base64-bytestring (>=1.2.1 && <1.3), bytestring (>=0.9.1 && <0.12), bytestring-builder (>=0.10.8.2 && <0.11), text (>=1.2.3 && <1.3 || >=2.0 && <2.1) [details] |
License | BSD-3-Clause |
Author | Herbert Valerio Riedel |
Maintainer | hvr@gnu.org |
Revised | Revision 1 made by HerbertValerioRiedel at 2025-09-24T12:55:59Z |
Category | Codec, Text |
Bug tracker | https://github.com/hvr/base-encoding/issues |
Source repo | head: git clone https://github.com/hvr/base-encoding |
Uploaded | by HerbertValerioRiedel at 2022-09-16T07:02:59Z |
Distributions | |
Reverse Dependencies | 2 direct, 0 indirect [details] |
Downloads | 1854 total (9 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |