GPG:修订间差异
无编辑摘要 |
无编辑摘要 |
||
(未显示同一用户的2个中间版本) | |||
第1行: | 第1行: | ||
GnuPG is a complete and free implementation of the OpenPGP standard as defined by RFC4880 (also known as PGP). GnuPG allows you to encrypt and sign your data and communications; it features a versatile key management system, along with 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. | |||
<syntaxhighlight lang="bash"> | |||
gpg --version | |||
gpg (GnuPG) 2.4.3 | |||
libgcrypt 1.10.1 | |||
Copyright (C) 2023 g10 Code GmbH | |||
License GNU GPL-3.0-or-later <https://gnu.org/licenses/gpl.html> | |||
This is free software: you are free to change and redistribute it. | |||
There is NO WARRANTY, to the extent permitted by law. | |||
Home: /Users/riguz/.gnupg | |||
Supported algorithms: | |||
Pubkey: RSA, ELG, DSA, ECDH, ECDSA, EDDSA | |||
Cipher: IDEA, 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH, | |||
CAMELLIA128, CAMELLIA192, CAMELLIA256 | |||
Hash: SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224 | |||
Compression: Uncompressed, ZIP, ZLIB, BZIP2 | |||
</syntaxhighlight> | |||
[[Image:gpg.png|400px|thumb]] | [[Image:gpg.png|400px|thumb]] | ||
第5行: | 第24行: | ||
* https://gist.github.com/abtrout/d64fb11ad6f9f49fa325 | * https://gist.github.com/abtrout/d64fb11ad6f9f49fa325 | ||
* https://woile.dev/posts/sharing-team-secrets/ | * https://woile.dev/posts/sharing-team-secrets/ | ||
* https://www.ietf.org/rfc/rfc4880.txt | |||
[[Category:Security]] | [[Category:Security]] | ||
[[Category:Linux/Unix]] | [[Category:Linux/Unix]] |
2024年1月5日 (五) 09:42的最新版本
GnuPG is a complete and free implementation of the OpenPGP standard as defined by RFC4880 (also known as PGP). GnuPG allows you to encrypt and sign your data and communications; it features a versatile key management system, along with 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.
gpg --version
gpg (GnuPG) 2.4.3
libgcrypt 1.10.1
Copyright (C) 2023 g10 Code GmbH
License GNU GPL-3.0-or-later <https://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Home: /Users/riguz/.gnupg
Supported algorithms:
Pubkey: RSA, ELG, DSA, ECDH, ECDSA, EDDSA
Cipher: IDEA, 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH,
CAMELLIA128, CAMELLIA192, CAMELLIA256
Hash: SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224
Compression: Uncompressed, ZIP, ZLIB, BZIP2