ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Codec

by furikake ALL

Codecs Plugin for Sublime Text. Supports Secure Hash / Message Digest such as MD5, SHA-1, SHA-256, SHA-512, encoding / decoding of Base64, Base62, Base32, Base16, URL encoding, Quoted-Printable, JSON, XML, Punycode, IDNA, CSP, etc

Details

Installs

  • Total 19K
  • Win 13K
  • Mac 5K
  • Linux 2K
Jun 8 Jun 7 Jun 6 Jun 5 Jun 4 Jun 3 Jun 2 Jun 1 May 31 May 30 May 29 May 28 May 27 May 26 May 25 May 24 May 23 May 22 May 21 May 20 May 19 May 18 May 17 May 16 May 15 May 14 May 13 May 12 May 11 May 10 May 9 May 8 May 7 May 6 May 5 May 4 May 3 May 2 May 1 Apr 30 Apr 29 Apr 28 Apr 27 Apr 26 Apr 25 Apr 24
Windows 0 1 1 1 0 0 0 1 0 0 2 2 0 1 0 0 2 4 0 2 2 1 0 0 1 5 3 1 0 0 1 0 2 1 0 0 0 1 2 1 1 2 1 0 0 2
Mac 0 0 2 0 2 0 1 0 0 1 0 2 0 0 0 1 1 1 2 2 2 0 0 0 2 2 0 1 0 0 0 2 2 1 0 1 0 0 1 0 2 4 0 1 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1

Readme

Source
raw.​githubusercontent.​com

Sublime Codec for ST2 and ST3

Build Status

Provides a bunch of useful codecs as a Sublime Text plugin to allow you to work with: - RFC 4648: - encode/decode base64 (standard and url safe) - encode/decode base32 - encode/decode base16 (hex) - RFC 1321: - MD5 - FIPS 180-2: - SHA-1 - SHA-224 - SHA-256 - SHA-384 - SHA-512 - RFC 3986 URL encoding (percent encoding): - URL encoding (classic) - URL encoding (new school plus instead of %20 method) - RFC 1522: - encode/decode MIME quoted-printable - Extensible Markup Language (XML) 1.0 (Fifth Edition): - escape/unescape character decoding - RFC 4627: - JSON encoding/decode - JSON encoding with escaped Unicode - C-style byte strings - RFC 3490 / RFC 5891: - International Domain Names in Applications (IDNA) - RFC 3492: - Punycode - Base62 - CSP Hash Source

Limitations

  • Note that this plugin assumes that your file is UTF-8 encoded.

Installation

Package Control

  • Install Package Control https://sublime.wbond.net/installation
  • Pull up the command palette (Shift+Super+P)
  • Type Package Control: Install Package and press return key
  • Type Codec and press return key
  • Enjoy

Manual Install

Usage

  • Look in the selection menu
  • Look in command palette under Codec (Shift+Super+P to bring up palette)
  • Ctrl+Super+Y to base64 encode
  • Shift+Super+Y to base64 decode