Questions tagged [pgp]

Pretty Good Privacy (PGP) is a data encryption and decryption computer program that provides cryptographic privacy and authentication for data communication.

Pretty Good Privacy (PGP) is a data encryption and decryption computer program that provides cryptographic privacy and authentication for data communication. PGP is often used for signing, encrypting and decrypting texts, E-mails, files, directories and whole disk partitions to increase the security of e-mail communications. It was created by Phil Zimmermann in 1991.

PGP and similar products follow the OpenPGP standard (RFC 4880) for encrypting and decrypting data.

Resources

817 questions
-2
votes
1 answer

gpg rename encrypted file

Is there any option to rename the encrypted file in gpg? For example, when I encrypt a file (eg. file1.txt) I use the command gpg --encrypt --sign --armor -r person@email.com file1.txt What I want is to rename the encrypted file to something like…
earthouser
  • 63
  • 8
-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
-2
votes
1 answer

Is GnuPG compatible with McAfee eBusiness Server 7.1?

Right now, we're using PGP command line 9.0. Does anybody know if GnuPG will work? It'd be a lot cheaper. EDIT: Theoretically, GnuPG/PGP/McAfee eBusiness Server should be able to interoperate. In practice, you pretty much just have to test to see.…
Jim
  • 11,229
  • 20
  • 79
  • 114
-3
votes
1 answer

Can I use PGP to encrypt plain text just like AES does?

I want to know if PGP encryption can be used to encrypt plain text just like the other encryption types(AES,3DES). Is there a way to achieve this?
jmvtrinidad
  • 3,347
  • 3
  • 22
  • 42
-3
votes
1 answer

Encrypt saved emails with PGP

I was wondering if there is a way to encrypt emails that have already been received with PGP. There seem to be tools like IMAPCrypt, but I have yet to get it to work under Ubuntu. I would hope there is some way to either encrypt saved emails over…
montauk
  • 1
  • 2
-3
votes
1 answer

generating digital signatures using PGP in java

I am developing a tool which generates digital signatures using DSA, RSA algorithms. I would also like to generate digital signatures and verify using PGP algorithm. I have googled and found some resources…
kirankar
  • 39
  • 1
  • 6
-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
54
55