base64u

1.0.1 • Public • Published

base64u cli commands

This provides cli commands to perform URI-safe Base64 encoding (Base64U).

See RFC 4648 Section 5 for the base64u specification

Usage

> base64u-encode "Hello World"
> SGVsbG8gV29ybGQ
> base64u-decode "SGVsbG8gV29ybGQ"
> Hello World

Readme

Keywords

none

Package Sidebar

Install

npm i base64u

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

7.08 kB

Total Files

10

Last publish

Collaborators

  • mplabs