Created
August 30, 2016 13:53
-
-
Save mnadeem/6b209fc0498fb3c4ed1b463a6aacd8ac to your computer and use it in GitHub Desktop.
GPG Verify
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\Users\Nadeem>gpg --version | |
gpg (GnuPG) 2.1.15 | |
libgcrypt 1.7.3 | |
Copyright (C) 2016 Free Software Foundation, Inc. | |
License GPLv3+: GNU GPL version 3 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: C:/Users/Nadeem/AppData/Roaming/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 | |
C:\Users\Nadeem> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment