GPG Encryption for Atom. Encrypts and decrypts selected text.
- gpg
$ apm install atom-gpg
Or install trough Atom Packages.
-
Gpg Executable
Path to GPG binary. Defaults to 'gpg'
-
Gpg Home Dir
Path to GPG key directory.
-
Gpg Recipients
Recipient User IDs seperated by comma (,). Add your own User ID here so you can decrypt text.
-
Gpg Recipients File
File of recipient User IDs that are appended to Gpg Recipients. If only filename is given, it's searched from project workdir or same directory as text buffer file is in.
Select text and press ctrl-shift-e
to encrypt or ctrl-shift-d
to decrypt.
Optionally you can also use context menu with right mouse button and select either GPG Encrypt or GPG Decrypt. Same options can be found under menu Packages -> GPG.
You can encrypt and decrypt multiple selections.
You need to specify recipients to encryption. You can either specify them in Settings Gpg recipients
or have gpg.recipients
(name of the file can be changed in the settings) file in the same directory or in root of Git repo. User IDs in the file will be appended to recipients define in the Settings.