/atom-string-encoder

Converts string from one encoding to another.

Primary LanguageCoffeeScriptMIT LicenseMIT

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