Questions tagged [openpgp]

The OpenPGP standard was originally derived from PGP (Pretty Good Privacy)

OpenPGP software uses a combination of strong public-key and symmetric cryptography to provide security services for electronic communications and data storage. These services include confidentiality, key management, authentication, and digital signatures.

See also:

362 questions
-2
votes
1 answer

GPG file encryption

I have tried to encrypt file with GPG. Use "gpg -e -r 'Recipient' message.txt". Why I got this: Instead of something like this:
Long Smith
  • 1,339
  • 3
  • 21
  • 40
-4
votes
1 answer

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 bouncy castle again. I already tried openpgp package…
1 2 3
24
25