node-base64-js

Base64 encoding/decoding in pure JS
  https://github.com/beatgammit/base64-js
  0
  no reviews



Converts a byte array into base64 string and vice versa.

Base64 is binary-to-text encoding schemes that represent binary data in an ASCII string format by translating it into a radix-64 representation. (6 bits).

Node.js is an event-based server-side JavaScript engine.