base64encodedecode

0.0.14 • Public • Published

base64encodedecode

A fork of npm module

Installation

npm install base64encodedecode

Examples

To find base64 encode of a string

console.log(base64.base64Encode('nodejs'));

To find base64 decode of a string

console.log(base64.base64Decode('bm9kZWpz'));

Tests

To run the test suite, run npm test:

npm test

License

GPL 3.0

Package Sidebar

Install

npm i base64encodedecode

Weekly Downloads

28

Version

0.0.14

License

GPL-3.0

Last publish

Collaborators

  • sureshkumarnagarajanmca