cerebro-base64

0.1.0 • Public • Published

cerebro-base64

Cerebro plugin to decode and encode buffer using base64 methods

Base usage

Cerebro-base64

base64 [method] [buffer]
  • [method] - look at [API](https://github.com/Krbz/cerebro-base64#api)
  • [buffer] - Any string, depends on method

API

Start typing 'base64' keyword. Cerebro searcher should render all methods.

Available Methods

  • Encode Encodes a buffer to base64, returns encoded ascii string
$ base64 decode it's awesome

Should Render base64 buffer

= aXQncyBhd2Vzb21l
  • Decode Decodes a buffer containing base64 string to ascii string.
base64 decode aXQncyBhd2Vzb21l

Should Render ascii buffer

= it's awesome

Related

  • Cerebro – main repo for Cerebro app;
  • cerebro tools – package with tools to simplify package creation;

License

MIT © Krystian Błaszczyk

Package Sidebar

Install

npm i cerebro-base64

Weekly Downloads

5

Version

0.1.0

License

MIT

Last publish

Collaborators

  • karbz0ne