0.1.0 • Published 9 years ago
cerebro-base64 v0.1.0
cerebro-base64
Cerebro plugin to decode and encode buffer using base64 methods
Base usage

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 awesomeShould Render base64 buffer
= aXQncyBhd2Vzb21l- Decode Decodes a buffer containing base64 string to ascii string.
base64 decode aXQncyBhd2Vzb21lShould Render ascii buffer
= it's awesomeRelated
- Cerebro – main repo for Cerebro app;
- cerebro tools – package with tools to simplify package creation;
License
MIT © Krystian Błaszczyk