Contents
Who owns OpenPGP?
Symantec
Pretty Good Privacy
| Original author(s) | Phil Zimmermann PGP Inc. Network Associates PGP Corp. |
|---|---|
| Developer(s) | Symantec |
| Initial release | 1991 |
| Stable release | 11.2.0 / April 16, 2018 |
| Written in | C |
Is GnuPG safe to use?
Very safe! GnuPG (Gnu Privacy Guard) has been proven to be unhackable in the real world and is used by companies worldwide to encrypt sensitive information so only the encryptor and recipient can read the data. To everyone else it is unusable.
How OpenPGP is implemented?
Select the OpenPGP Transfer method that is prefered to use from the options listed:
- Encrypt the files using a key from the keyring. Select the Encryption keys to use to encrypt the files.
- Sign the files using the private key as the digital signature.
- Select Encrypt and Sign to use both options together.
Are there any frequently asked questions about the GnuPG?
Welcome to the GnuPG Frequently Asked Questions (FAQ)! Before we begin, there’s just a few things that need to be addressed. It’s regrettable these things have to be included, but society has become very litigious.
How big is a key for RSA in GnuPG?
RSA is the world’s premier asymmetric cryptographic algorithm, and is built on the difficulty of factoring extremely large composites. GnuPG supports RSA with key sizes of between 1024 and 4096 bits.
Who are the trademarks of GNU Privacy Guard?
PGP is a trademark of Symantec Corporation. Solaris is a trademark of Oracle Corporation. UNIX is a trademark of The Open Group. Windows is a trademark of the Microsoft Corporation. Some cryptographic algorithms mentioned in this FAQ may be trademarked.
Why does GnuPG try to lock the memory?
GnuPG tries to lock memory so that no other process can see it and so that the memory will not be written to swap. If for some reason it’s not able to do this (for instance, certain platforms don’t support this kind of memory locking), GnuPG will warn you that it’s using insecure memory.