node/encoding-decoding at master · satanlabs/node

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Latest commit

History

History

encoding-decoding

Folders and files

NameName

Last commit message

Last commit date

parent directory

..

Encoding and decoding from/to base64.

Here , binary-string hello will be converted to base64

( https://tools.ietf.org/html/rfc4648)

The output base64-encoded-string will be : aGVsbG8K

Start

Just run $ node index.js