Open Source
GnuPG is free and open-source software, which means that anyone can inspect, modify, and enhance the code to fit their needs. This transparency enhances security by allowing independent audits.
Strong Encryption
GnuPG uses well-established encryption standards like OpenPGP, providing strong security for encrypting and signing data.
Cross-Platform Support
GnuPG runs on a variety of operating systems, including Windows, macOS, Linux, and more, making it highly versatile.
Wide Adoption
GnuPG is widely used and supported by many software applications, making it easier to integrate into existing workflows.
Active Development
The software is actively maintained and updated, ensuring that any security vulnerabilities are promptly addressed and new features are added.
The other day I noticed that I had compressed several files as backups on a DVD media (the DVDs were at least 15 years old) and I had also encrypted all of them with GnuPG. - Source: dev.to / about 2 months ago
Suppose you get along with GPG (The GNU Privacy Guard, GnuPG) for good privacy, and sometimes want to change the passphrase of its secret key. - Source: dev.to / over 1 year ago
GnuPG will do this, but both people need to have it set up properly. Source: almost 2 years ago
This Docker image is designed to support implementing Github Actions With Python. As of version 4.0.0., it starts with The official python docker image as the base Which is a Debian OS. It specifically uses python:3-slim to keep the image size Down for faster loading of Github Actions that use pyaction. On top of the Base, we've installed curl Gpg, git, and the GitHub CLI. We added curl and gpg because they Are... - Source: dev.to / almost 2 years ago
Though FWIW my real answer, if you were asking this as a practical question rather than an educational exercise, would be to find some existing standard encryption program and use that. Something like GPG, perhaps, or even the built-in encryption in your computer's filesystem. It's going to be plenty good enough. Source: about 2 years ago
Https://gnupg.org/ maybe? If you want to encrypt stuff in the cloud, storj is good. Source: about 2 years ago
Do not make DIY encryption code, use a tool like age or gpg. Source: about 2 years ago
This Docker image is designed to support implementing Github Actions With Python. As of version 4.0.0., it starts with The official python docker image as the base Which is a Debian OS. It specifically uses python:3-slim to keep the image size Down for faster loading of Github Actions that use pyaction. On top of the Base, we've installed curl Gpg, git, and the GitHub CLI. We added curl and gpg because they Are... - Source: dev.to / about 2 years ago
I've now started creating archives of my data with 7zip and encrypting them with GnuPG so that I can store them "safely" on the cloud via another process. This produces a .7z.gpg file. I now want to switch my rsync backups to use these archives, and I'm unsure which flags and/or options I do and don't need. Source: about 2 years ago
If your worried about being stuck somewhere and you need to encrypt data like this your best bet is asymmetrical encryption. You can be very public about your public key and do not need to hide it. The whole point is that you or others can encrypt data without knowing a preshared key to begin with. I would also suggest you use gnupg. https://gnupg.org/. Source: over 2 years ago
This Docker image is designed to support implementing Github Actions With Python. As of version 4.0.0., it starts with The official python docker image as the base Which is a Debian OS. It specifically uses python:3-slim to keep the image size Down for faster loading of Github Actions that use pyaction. On top of the Base, we've installed curl Gpg, git, and the GitHub CLI. We added curl and gpg because they Are... - Source: dev.to / over 2 years ago
Download a GPG client and get started. You can use it directly on the command line (gpg command), or use a graphical/GUI frontend, such as Kleopatra for Windows and Linux, GPG Suite for macOS, or OpenKeychain for Android . Other options are available. Source: over 2 years ago
To prove your identity you could sign your communications using PGP. This is something common in email, for example. Https://gnupg.org/. Source: over 2 years ago
The standard for offline encryption/decryption is pretty much OpenPGP. So GnuPG or any other OpenPGP implementation if you care about doing things in a standardized way. Source: over 2 years ago
Email is an inherently insecure means of communication without further hardening, such as encryption via GnuPG. Source: over 2 years ago
Generate keys on your own computer or phone. gnupg.org has all the info you'll need for that. Source: over 2 years ago
But there is numerous programs to encrypt a file, eg.: password protected 7-zip archive, age, gpg. Source: almost 3 years ago
GnuPG (eg. In your MUA like Thunderbird; Thunderbird makes usage really easy). Source: almost 3 years ago
I recently came across sigtool[1] which on the surface looks like a slightly more well defined tool/format for encryption than age[2]. And they both attempt to be simpler, more modern than gnupg[3] and easier to use than eg: openssl[4]. Which tool do you use/recommend for encrypting files, and why? My primary use case is for backups - but interested in other use-cases as well. [1]... - Source: Hacker News / about 3 years ago
Gpg is short for The GNU Privacy Guard and is an open source implementation of the OpenPGP standard. In short, it allows us to create a personal key file pair (similar to SSH keys) with a private secret key and a public key that can be shared with other parties whose messages you want to decrypt. - Source: dev.to / about 3 years ago
Probably you want to use TLS (SSL) or GPG. They are used everywhere and there are libraries for both which you can use. Source: about 3 years ago
Do you know an article comparing GnuPG to other products?
Suggest a link to a post with product alternatives.
This is an informative page about GnuPG. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.