An open API service indexing awesome lists of open source software.

https://github.com/chrisyip/atom-string-encoder

Converts string from one encoding to another.
https://github.com/chrisyip/atom-string-encoder

Last synced: 11 months ago
JSON representation

Converts string from one encoding to another.

Awesome Lists containing this project

README

          

# Atom String Encoder

Converts string from one encoding to another.

![String Encoder](http://f.cl.ly/items/3p3m2g0e2e3e0u1O0a0s/string-encoder.gif)

# Supported Encoding

* Base64 (with decoder)
* HTML Entities (with decoder)
* URI component (with decoder)
* MD5
* SHA256 / 512

# Commands

* `string-encoder:base64-encode`
* `string-encoder:base64-decode`
* `string-encoder:html-entities-encode`
* `string-encoder:html-entities-decode`
* `string-encoder:uri-encode`
* `string-encoder:uri-decode`
* `string-encoder:md5`
* `string-encoder:sha256`
* `string-encoder:sha512`