base64url-util

0.0.2 • Public • Published

base64Url

Encodes and Decodes string to and from Base 64 URL safe format.

Example:

var base64Url = require('base64url-util');
 
var encoded = base64Url.encode('Some text'); // 'U29tZSB0ZXh0'
var decoded = base64Url.decode(encoded); // 'Some text'

Readme

Keywords

Package Sidebar

Install

npm i base64url-util

Weekly Downloads

0

Version

0.0.2

License

MIT

Last publish

Collaborators

  • johnhalbert