Skip to main content

All Questions

Tagged with
8 questions with no upvoted or accepted answers
2 votes
0 answers
3k views

Convert GPG private key to QR code?

How can I generate a QR code from a OpenPGP/GnuPG private key on Windows 7? Context: I created a private key pair on a Windows computer and want to import the key to my phone. The phone app has ...
get_going's user avatar
  • 115
1 vote
1 answer
491 views

How to encrypt a mail in Thunderbird?

I have been using PGP for a long time now but recently Thunderbird replaced the Enigmail encryption-plugin with a native PGP solution. That's maybe good news, however, I cannot figure out how to ...
q9f's user avatar
  • 1,162
1 vote
1 answer
37 views

Another people's OpenPGP key in my computer?

Today, when I executed gpg --list-keys, I saw another people's key list here. I search in seahorse, but can not find it. Is this key stored in my pubring.gpg file? I only have one OpenPGP key for ...
eexpress's user avatar
  • 143
1 vote
1 answer
3k views

GPG 2 decrypt from STDIN via pasting inconsistency

Does anyone know why in some cases you can do this: gpg2 -d And paste your GPG message into the terminal, type ctrl+D, get prompted for your passphrase and get the results to STDOUT? But in other ...
jshort's user avatar
  • 111
0 votes
0 answers
788 views

GPG Decrypt command not returning any output file

I generated gpg public and Private Key using gnupg (2.4.0) on windows cmd(let's call it: Source Machine) and encrypted a .csv file. Now I am on DataBrick workspace and created cluster with following ...
PARAM's user avatar
  • 1
0 votes
1 answer
158 views

Is using OpenPGP for long term encrypted files bad practice?

I've recently been playing around with GnuPG using a yubikey, and its very nice but I have some concerns I like to ask about. PGP seems geard toward emails and short lived messages. Is the OpenPGP ...
CodeMonkey's user avatar
0 votes
1 answer
246 views

sFTP Encoding in Cleo VLTrader

I want to secure a zip file using Base64 OpenPGP encryption. some application have the option in command line, I wonder if such feature is available in Cleo VLTrader's GUI?
artabaz's user avatar
  • 91
-3 votes
1 answer
2k views

Remove unnecessary under-the-hood GPG public key cryptography

Background: Some existing programs, such as git-annex (git-annex encryption) and pass, delegate cryptography to GPG, "a complete and free implementation of the OpenPGP standard". More ...
Matei David's user avatar