mediaupstream / SublimeText-Crypto

Encrypt and Decrypt a document or selection using OpenSSL in Sublime Text 2 & 3
75 stars 22 forks source link

Crypto Sublime Text 2 and 3 Package

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

This Package depends on openssl

Preview

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:

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