python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Why armored publick key from gpg locate-keys public differ from PGP public key server key?
I was trying to verify signature of linux-firmware with GnuPG
gpg --locate-keys jboyer@redhat.com
I've got publick key with : gpg --export --armor | less This key have 88 lines
I used public PGP serv...
Vitalij Chepelev
Votes: 0
Answers: 1
Crypt::OpenPGP does not support .kbx ring format?
I've been trying to get Crypt::OpenPGP to work with a new pubring.kbx file but it fails with 'No known recipients for encryption'.
If I export the keys in my pubring.kbx file to a pubring.gpg file th...

Richard McKechnie
Votes: 0
Answers: 0
pgp encryption in node js similar to bouncy castle
I am looking for a package in nodejs which can help in the encryption of data using the public key which has been generated using bouncy castle in java and the encrypted data will be decrypted in boun...
Renu Manhas
Votes: 0
Answers: 1
Decrypt RC8032 PGP with Bouncy Castle .NET
I am trying to decrypt a given PGP message with Bouncy Castle .NET.
I have a string for the message, a stream for the private key, and a string for the passphrase.
Looking online, it looks like the fi...
ofrir
Votes: 0
Answers: 1