0.0.1 • Published 9 years ago

base64-variants v0.0.1

Weekly downloads
262
License
MIT
Repository
github
Last release
9 years ago

base64-variants Build Status

Defines various base64 implementation variants.

Variants

  • base64: Vanilla base64
  • base64_64/: Vanilla base64, with 64-char lines
  • base64_76: Vanilla base64, with 76-char lines
  • rfc4648: RFC 4648 (base64url)
  • rfc4648_alt: RFC 4648 with "="
  • y64: YUI "Y64"
  • xml: XML-compatible

Schema

Please refer to variants.schema.json.