@hackage / base-encoding

RFC4648 Binary-to-text encodings (e.g. base64)

Latest0.3.0.0

About

Metadata

  • Last updated , by HerbertValerioRiedel
  • License BSD-3-Clause
  • Categories Text Processing
  • Maintained by: hvr@gnu.org

  • Lottery factor: 0

Links

Installation

Readme

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)