b64
Simple Base64 methods using Built In buffers. This means its just an abstraction and will be as reliable as nodejs buffers are.
npm install b64-utils
This library is just a small quick stable library to clean up all the new Buffer( blah ).toString() blah.
Works well for me especially when doing alot of b64 work with crypto, on enterprise api's where security is insane.
Tests are the documentation. Enjoy
var test = ;var b64 = ; ; ; ;