quick-docs/modules/ROOT/pages/_partials/2delete-proc_creating-gpg-keys-kde.adoc

17 lines
878 B
Text
Raw Normal View History

2018-03-02 15:34:56 +00:00
[[creating-gpg-keys-kde]]
= Creating GPG Keys Using the KDE Desktop
2021-02-09 09:27:15 +00:00
. Start the KGpg program from the main menu by selecting menu:Applications[Utilities > KGpg].
2020-04-18 21:27:08 +00:00
If you have never used KGpg before, the program walks you through the process of creating your own GPG keypair.
2018-03-02 15:34:56 +00:00
. Enter your name, email address, and an optional comment in the dialog box that appears prompting you to create a new key pair.
2020-04-18 21:27:08 +00:00
You can also choose an expiration time for your key, as well as the key strength (number of bits) and algorithms.
2018-03-02 15:34:56 +00:00
. Enter your passphrase in the next dialog box.
2020-04-18 21:27:08 +00:00
At this point, your key appears in the main KGpg window.
2018-03-02 15:34:56 +00:00
2021-02-09 09:27:15 +00:00
To find your GPG key ID, look in the _ID_ column next to the newly created key.
In most cases, if you are asked for the key ID, you should prepend `0x` to the last 8 characters of the key ID, as in `0x6789ABCD`.
2018-03-02 15:34:56 +00:00
2021-02-09 09:27:15 +00:00
Now see <<backup-gpg-keys-kde>>.