Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 574 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 574 Bytes

Atom String Encoder

Converts string from one encoding to another.

String Encoder

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