safe64

0.1.0 • Public • Published

safe64

URI safe base64 encoding

Example

var base64 = require('safe64');
 
var encoded = base64.encode('foo fooer for fooing foos');
 
var decoded = base64.decode(encoded);

Installation

npm install safe64

Contributors

  • Matt-Esch

MIT Licenced

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    2

Package Sidebar

Install

npm i safe64

Weekly Downloads

2

Version

0.1.0

License

none

Last publish

Collaborators

  • mattesch