atom-gpg

GPG Encryption for Atom.

jpohjolainen

4,259

8

0.6.0

MIT

GitHub

atom-gpg package

GPG Encryption for Atom. Encrypts, decrypts and signs selected text.

Install

Dependencies

$ apm install atom-gpg

Or install trough Atom Packages.

Settings

Usage

Select text and press alt-shift-e to encrypt, alt-shift-d to decrypt and alt-shift-s to sign. If no text is selected, operations are done on whole buffer. Note: keymap changed on 0.7.0 from ctrl-shift to alt-shift.

Optionally you can also use context menu with right mouse button and select either GPG Encrypt, GPG Decrypt or GPG Sign. Same options can be found under menu Packages -> GPG.

You can encrypt, decrypt and sign multiple selections.

NOTE: If Atom fails to find GPG in the PATH, you can set the path to the binary in Settings page!

Recipients

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.

YAML files

When encrypting secrets in YAML files, atom-gpg will add '|' character and indent the following lines:

yaml