Differences between revisions 9 and 10
Revision 9 as of 2020-11-20 13:32:57
Size: 2175
Editor: Praveen A
Comment: add details about configuring vim gnupg plugin
Revision 10 as of 2021-05-15 15:11:22
Size: 2266
Editor: donfede
Comment: note deprecated riseup.net GnuPG document (based on upstream web page info)
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
You should also read [[https://help.riseup.net/en/security/message-security/openpgp/best-practices|riseup's best practices document]]. You may also read [[https://help.riseup.net/en/security/message-security/openpgp/best-practices|riseup's best practices document]] (though as of 2021-05 that guide is now deprecated and GnuPG default options are recommended).

This page is about using GnuPG in Debian. For development work, see the GnuPG packaging team page.

GnuPG logo

GnuPG is a complete and free implementation of the OpenPGP standard. GnuPG allows to encrypt and sign your data and communication, features a versatile key management system as well as access modules for all kinds of public key directories. GnuPG, also known as GPG, is a command line tool with features for easy integration with other applications. A wealth of frontend applications and libraries are available. Version 2 of GnuPG also provides support for S/MIME and Secure Shell (ssh).

Introduction

As GnuPG is an implementation of the OpenPGP standards, you can get an understanding of the concepts you'll need from the OpenPGP concepts pages on the KDE wiki.

You may also read riseup's best practices document (though as of 2021-05 that guide is now deprecated and GnuPG default options are recommended).

Getting Started

Integrations with other applications

GnuPG plugin for vim

GnuPG plugin for vim is part of vim-scripts package.

# apt install vim-scripts
$ mkdir ~/.vim/plugin/
$ ln -sf /usr/share/vim-scripts/gnupg ~/.vim/plugin/

Now you can transparently edit .gpg files and manage recipients who has access to the files easily. See /usr/share/vim-scripts/gnupg/README.md for more details of how to use this plugin.

Advanced Topics


CategoryOpenPGP