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

/base64encodedecode/

    Package Sidebar

    Install

    npm i base64encodedecode

    Weekly Downloads

    11

    Version

    0.0.14

    License

    GPL-3.0

    Last publish

    Collaborators

    • sureshkumarnagarajanmca