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

Crypto

by mediaupstream ALL

Encrypt and Decrypt a document or selection using OpenSSL in Sublime Text 2 & 3

Details

  • 2019.11.26.08.03.07
  • github.​com
  • github.​com
  • 4 years ago
  • 52 minutes ago
  • 12 years ago

Installs

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

Readme

Source
raw.​githubusercontent.​com

Crypto Sublime Text 2 and 3 Package

Encrypt/ Decrypt a document or selection(s) using OpenSSL

This Package depends on openssl

Install

Recommended: Installation via the Package Control (Search for Crypto)

To install manually clone this project into your Sublime Text 2|3\Packages folder:

OSX

SublimeText 2:

git clone git://github.com/mediaupstream/SublimeText-Crypto.git ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/Crypto

SublimeText 3:

git clone git://github.com/mediaupstream/SublimeText-Crypto.git ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/Crypto

Windows

SublimeText 2:

git clone git://github.com/mediaupstream/SublimeText-Crypto.git "%APPDATA%\Sublime Text 2\Packages\Crypto"

SublimeText 3:

git clone git://github.com/mediaupstream/SublimeText-Crypto.git "%APPDATA%\Sublime Text 3\Packages\Crypto"

Usage

After installation you will have:

  • Right-click menu item Crypto and Tools > Crypto with two options:
    • Encrypt
    • Decrypt
  • Default keyboard shortcuts:
    • ⌘+K,e on OSX or ctrl+K,e on Linux/Windows (Encrypt)
    • ⌘+K,d on OSX or ctrl+K,d on Linux/Windows (Decrypt)
  • Package Settings: Preferences > Package Settings > Crypto
    • Set the path to your openssl executable - default: openssl
    • Set the Encryption Cipher - default: -aes128
    • Obfuscate the password input - default 'false'

Note:

By default password input will not be obfuscated. If you want your password input to be obfuscated you can change the setting obfuscate_password to true in your Preferences > Package Settings > Crypto > Settings - User.

If you choose to enable obfuscate_password please be aware that there is a bug with the implementation that doesn't allow you to copy/paste your password.

The commands work on a selection, multiple selections or if nothing is selected the whole document. Once you trigger the command you will be prompted to enter a password.

Author & Contributors

Derek Anderson
Isaac Muse
Elliot Marsden
@circulosmeos

License

MIT License