GPG

$ gpg --full-gen-key
$ gpg --list-keys
$ gpg --list-secret-keys
$ gpg -K
# Import
$ gpg --import <file>
# Export
$ gpg --export <id> --output <file>
# Import
$ gpg -a --import <fichier>
# Export
$ gpg -a --export <identifiant> --output <fichier>
$ gpg [--ouput <output>] --encrypt -r <id> <input file>
$ gpg --decrypt -r <id> <file>
$ gpg --sign <file>