Crypto
Encrypt and Decrypt a document or selection using OpenSSL in Sublime Text 2 & 3
Details
Installs
- Total 7K
- Win 4K
- Mac 2K
- Linux 1K
Feb 5 | Feb 4 | Feb 3 | Feb 2 | Feb 1 | Jan 31 | Jan 30 | Jan 29 | Jan 28 | Jan 27 | Jan 26 | Jan 25 | Jan 24 | Jan 23 | Jan 22 | Jan 21 | Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | Jan 7 | Jan 6 | Jan 5 | Jan 4 | Jan 3 | Jan 2 | Jan 1 | Dec 31 | Dec 30 | Dec 29 | Dec 28 | Dec 27 | Dec 26 | Dec 25 | Dec 24 | Dec 23 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 3 | 0 | 1 | 0 | 2 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 3 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 |
Linux | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 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
andTools > Crypto
with two options:
Encrypt
Decrypt
- Default keyboard shortcuts:
⌘+K,e
on OSX orctrl+K,e
on Linux/Windows (Encrypt)⌘+K,d
on OSX orctrl+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'
- Set the path to your
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