Gran parte di questa risposta viene strappata da Arch Wiki e dalla documentazione di GnuPG . Qualsiasi consiglio in questa risposta è puramente la mia opinione e dovrebbe essere preso con una tonnellata di sale.
Creazione di una chiave PGP
GUI
Apri l' app Password e chiavi (aka seahorse
) e fai clic su +
(o vai su File -> Nuovo o premi CtrlN) per vedere:
Seleziona la chiave PGP e inserisci i tuoi dati. Sto impersonando il comandante di byte:
RSA e 2048 bit vanno bene per la maggior parte degli scopi. Se si desidera utilizzarlo solo per la firma, selezionare l' opzione RSA (solo segno) dal menu a discesa, ma non è necessario: questo può essere gestito utilizzando le sottochiavi . Puoi lasciare un commento. È anche utile mantenere una data di scadenza sulla chiave. Fare clic Create.
Inserisci una password sufficientemente lunga (e intendo lunga , il mio esempio è breve, IMO) e fai clic Ok:
Seahorse non sembra avere alcun feedback, a differenza della CLI. Aspetta un po ', facendo tutto quello che vuoi fare, mentre raccoglie entropia e crea una chiave. Potrebbe volerci un po '. Dopodiché, vedrai le chiavi nella sezione Chiavi PGP :
CLI
Per generare una chiave dalla riga di comando, basta eseguire gpg --gen-key
. Ti verrà chiesto gli stessi dettagli della GUI:
$ gpg --gen-key
gpg (GnuPG) 1.4.16; Copyright (C) 2013 Free Software Foundation, Inc.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Please select what kind of key you want:
(1) RSA and RSA (default)
(2) DSA and Elgamal
(3) DSA (sign only)
(4) RSA (sign only)
Your selection?
RSA keys may be between 1024 and 4096 bits long.
What keysize do you want? (2048)
Requested keysize is 2048 bits
Please specify how long the key should be valid.
0 = key does not expire
<n> = key expires in n days
<n>w = key expires in n weeks
<n>m = key expires in n months
<n>y = key expires in n years
Key is valid for? (0) 1y
Key expires at Tuesday 27 September 2016 03:45:19 PM IST
Is this correct? (y/N) y
You need a user ID to identify your key; the software constructs the user ID
from the Real Name, Comment and E-mail Address in this form:
"Heinrich Heine (Der Dichter) <heinrichh@duesseldorf.de>"
Real name: Byte Commander
E-mail address: byte@command.er
Comment:
You selected this USER-ID:
"Byte Commander <byte@command.er>"
Change (N)ame, (C)omment, (E)-mail or (O)kay/(Q)uit? o
You need a Passphrase to protect your secret key.
passphrase not correctly repeated; try again.
We need to generate a lot of random bytes. It is a good idea to perform
some other action (type on the keyboard, move the mouse, use the
disks) during the prime generation; this gives the random number
generator a better chance to gain enough entropy.
Not enough random bytes available. Please do some other work to give
the OS a chance to collect more entropy! (Need 186 more bytes)
.....+++++
+++++
We need to generate a lot of random bytes. It is a good idea to perform
some other action (type on the keyboard, move the mouse, use the
disks) during the prime generation; this gives the random number
generator a better chance to gain enough entropy.
Not enough random bytes available. Please do some other work to give
the OS a chance to collect more entropy! (Need 80 more bytes)
....+++++
Not enough random bytes available. Please do some other work to give
the OS a chance to collect more entropy! (Need 83 more bytes)
...+++++
gpg: key 8AE670A6 marked as ultimately trusted
public and secret key created and signed.
gpg: checking the trustdb
gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model
gpg: depth: 0 valid: 2 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 2u
gpg: next trustdb check due at 2016-09-26
pub 2048R/8AE670A6 2015-09-28 [expires: 2016-09-27]
Key fingerprint = 82D9 0644 B265 8E75 1E01 538B B479 3CF4 8AE6 70A6
uid Byte Commander <byte@command.er>
sub 2048R/0E2F4FD8 2015-09-28 [expires: 2016-09-27]
Nota come GnuPG ci dice che ha bisogno di più entropia. Vorrei anche cavalluccio marino. Ma poi di nuovo, sembra che GnuPG si comporti come Oliver Twist. : P
Pubblicare la tua chiave
Ora, dobbiamo portare la nostra chiave pubblica là fuori, in modo che le persone possano verificare le cose utilizzandola.
GUI
Torna all'elenco delle chiavi PGP seahorse
nell'app (vedi l'ultimo screenshot). Seleziona le chiavi che desideri esportare e, nel menu Remoto , seleziona Sincronizza e pubblica chiavi :
Il Syncpulsante verrà disabilitato se non hai selezionato un server in cui pubblicare. Fallo, facendo clic sul Key Serverspulsante:
Ho scelto il server Ubuntu.
Ora puoi fare clic sul Syncpulsante e pubblicarlo sul keyserver di Ubuntu (scusami per lo spam, Ubuntu!).
CLI
Con l'interfaccia della riga di comando, è necessario l'ID chiave della chiave che si desidera pubblicare. È l'ultima riga dell'output durante la creazione della chiave ( 8AE670A6
). Se non ricordi di cosa si tratta, corri e basta gpg --list-keys
. Pubblicare:
$ gpg --keyserver pgp.mit.edu --send-keys 8AE670A6
gpg: sending key 8AE670A6 to hkp server pgp.mit.edu
Mi dispiace, MIT .
firma
Non conosco ancora un metodo GUI conveniente per firmare un documento.
Dopo aver creato il file che vuoi firmare, vai al terminale. Prova gpg --list-keys
:
$ gpg --list-keys
/home/muru/.gnupg/pubring.gpg
---------------------------
pub 2048R/F7878B0C 2015-09-28 [expires: 2016-09-26]
uid Byte Commander <byte@command.er>
sub 2048R/345B9A4F 2015-09-28 [expires: 2016-09-26]
Puoi firmare il file usando due metodi:
Firma con crittografia
$ gpg --sign --output examples.sig examples.desktop
You need a passphrase to unlock the secret key for
user: "Byte Commander <byte@command.er>"
2048-bit RSA key, ID F7878B0C, created 2015-09-28
gpg: Invalid passphrase; please try again ...
You need a passphrase to unlock the secret key for
user: "Byte Commander <byte@command.er>"
2048-bit RSA key, ID F7878B0C, created 2015-09-28
Se sei su una sessione desktop, è probabile che verrai accolto con una richiesta di password grafica. Ad esempio, in GNOME:
Se il destinatario ha la tua chiave pubblica, può verificarla o ottenere il contenuto decrittografato:
$ gpg --verify examples.sig
gpg: Signature made Monday 28 September 2015 03:25:00 PM IST using RSA key ID F7878B0C
gpg: Good signature from "Byte Commander <byte@command.er>"
$ gpg --decrypt examples.sig
[Desktop Entry]
Version=1.0
Type=Link
Name=Examples
Name[aa]=Ceelallo
...
URL=file:///usr/share/example-content/
Icon=folder
X-Ubuntu-Gettext-Domain=example-content
gpg: Signature made Monday 28 September 2015 03:25:00 PM IST using RSA key ID F7878B0C
gpg: Good signature from "Byte Commander <byte@command.er>"
Firma con testo in chiaro
Potresti non voler crittografare il contenuto, ad esempio, quando invii una mail. In tal caso, utilizzare l' --clearsign
opzione:
$ gpg --clearsign examples.desktop
You need a passphrase to unlock the secret key for
user: "Byte Commander <byte@command.er>"
2048-bit RSA key, ID F7878B0C, created 2015-09-28
$ cat examples.desktop.asc
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
[Desktop Entry]
Version=1.0
Type=Link
Name=Examples
Name[aa]=Ceelallo
...
URL=file:///usr/share/example-content/
Icon=folder
X-Ubuntu-Gettext-Domain=example-content
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAEBAgAGBQJWCRAaAAoJEGUZkqX3h4sMBWsH/1yw+G0v5Ck+T3PBS90SkvC8
5C0FJeGVr0AgYQohhsE3zEGQ7nn53N7JsvNlF6VccvN99DZIp18JbrJ+qs5hWjtg
KU/ACleR5dvVrJgfjppkuC8Q3cAudvqciKlLjA7Xycr3P49oCNCy8k/ue2TrgCvS
mMb5IS/kqpO7wrOMBAR0c/2CjQsA91S1/YK7DbuUqeNgEzW1grsI7XZPhiDGpAib
D20HWrbdLhklAEJuo1EvuOIggW6MF6ksxDoVapsUzQalD0TWEq6OnvzIS5qhITrc
XaDPQJpiHyCyINnL5aZCUwr2uon7osJ+2a8Ahp1REpzIZTdND9jA5NWSel5+yAs=
=ZrtB
-----END PGP SIGNATURE-----
Firma, con un file separato per la firma (firma staccata)
Infine, per alcuni file, non è possibile avere la firma nel documento. Ad esempio, i file di packaging o i metadati per un repository hanno entrambi un contenuto di natura specifica che non consente facilmente le firme incorporate. In questo caso, si utilizza l' --detached-sig
opzione:
$ gpg --output examples.desktop.sig --detach-sign examples.desktop
You need a passphrase to unlock the secret key for
user: "Byte Commander <byte@command.er>"
2048-bit RSA key, ID F7878B0C, created 2015-09-28
$ gpg --verify examples.desktop.sig examples.desktop
gpg: Signature made Monday 28 September 2015 03:35:55 PM IST using RSA key ID F7878B0C
gpg: Good signature from "Byte Commander <byte@command.er>"
Nota
Nella crittografia + firma e nelle firme separate, l'output di gpg
è binario. Puoi avere GnuPG in uscita dati con codifica base64 usando l' --armor
opzione (ASCII-blindato).
Automazione
Per firmare lo script, è possibile:
- utilizzare una passphrase vuota per la chiave
- a seconda della versione di GnuPG, inviare la passphrase tramite
stdin
. Vedi questo post Unix e Linux per alcune opzioni.