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.
- Host: GitHub
- URL: https://github.com/chrisyip/atom-string-encoder
- Owner: chrisyip
- License: mit
- Created: 2015-11-09T10:20:03.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-11-25T06:20:43.000Z (over 6 years ago)
- Last Synced: 2025-06-18T07:46:11.684Z (12 months ago)
- Language: CoffeeScript
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Atom String Encoder
Converts string from one encoding to another.

# 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`