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
0
votes
2 answers

Was given a GnuPG v1.4.5 public key file. Is there a simple dummy proof tool that can encrypt files on OSX?

I almost had to deal with PGP encryption before and all I remember was that it confused the heck out of me. Today, a client threw a curveball at us telling us we have to encrypt our CSV files before passing them over through FTP. They sent us a…
user1418227
  • 201
  • 1
  • 4
  • 12
0
votes
1 answer

Are there any Non GPL Open Source PGP libraries for .NET out there

I'm looking for a free, open source API for encrypting and decrypting PGP files. I'd like to use it in closed source products, as well as open source ones, so it would have to be a license other than the GPL.
Justin Dearing
  • 14,270
  • 22
  • 88
  • 161
0
votes
1 answer

Empty PGPKeyRing or PGPKeyRingCollection in Bouncy Castle

How to create an empty PGPKeyRing or PGPKeyRingCollection in Bouncy Castle ?
0
votes
1 answer

PGP library for C

I am developing an client server communication application in C. I want to encrypt the messages between then using some public key encryption. I found PGP (pretty good privacy) is a good policy. So is there any library available for embedding PGP…
theB
  • 2,048
  • 2
  • 20
  • 29
0
votes
2 answers

Integrating command-line SFTP and pgp into a delphi 2010 solution, what are the options?

We use Delphi 2010 for development, and are looking to incorporate SFTP and pgp encryption into a inbound and outbound file transfer process. Particularly looking for a command line solution that can be integrated into a job script process we have.…
JakeSays
  • 2,048
  • 8
  • 29
  • 43
0
votes
1 answer

BouncyCastle encrypt and sign files with Cyrillik(Russian) letters in filename

How to encrypt and sign the file with Cyrillic letters(Russian) in the file name. then decrypt and verify the signature. Please help me I can 't verify the signature exception ---- "unknown object in stream Reserved" public void…
Almaz
  • 1
  • 2
0
votes
1 answer

Proving That an E-mail Comes from a Website Owner - How? PGP Key?

Is there a way to prove that a communication sent by e-mail or other means comes from the person in control of a website? I'm talking about something fairly simple. Google, for instance when validating a website for Webmaster Tools or a domain for…
-1
votes
0 answers

GPG allows importing an invalid secp256k1 public key

I came across a PGP public key that seems invalid. The key is a secp256k1 public key that supported by GPG. In fact, GPG allows importing that key even if it has an invalid secp256k1 public key inside. Running --list-packets on the key shows that…
Andreas Tzionis
  • 1,019
  • 9
  • 17
-1
votes
0 answers

PGP (kleopatra) checksum error importing some public keys! "checksum error / wrong keyring"

I'm trying to import some public keys in kleopatra but it gives me an error. It only happens to me with some public keys and I don't know why. I have the latest version of gpg4win and I'm sure the keys I'm trying to import are valid. I have tried to…
-1
votes
1 answer

How do I encrypt a file with gnupg and php?

I am not a PGP expert and php isn't my first language, so I am having some trouble using gnupg to encrypt a file. I can get it to encrypt strings just fine. If I use PGPTool (windows) to encrypt my file and then open it in a text editor it looks…
Jay2001
  • 59
  • 7
-1
votes
1 answer

How do I know the file type of a encrypted file

I am working on a file processing automation program. One of the function is to decrypt pgp file. I am using a code snippet written by maruthi pallamalli ( https://code.msdn.microsoft.com/windowsdesktop/Pretty-Good-Privacy-using-4f473c67#content) to…
-1
votes
1 answer

How to decrypt a .pgp file?

I had encrypted a file on my Ubuntu, I know the password. But I had to fresh install the OS, and now decryption of the file failing. It says: Decryption failed, you probably do not have the decryption key. What am I missing?
-1
votes
1 answer

PGP encryption in windows 2012 R2 server using VB.NET program

We have a windows service program written in vb.NET (framework 4). This service will pick up the file from path A, processes it and creates output file(XML file) to path B. This output file is in .IN type. We want to perform encryption on this .IN…
Shiva
  • 1
-1
votes
2 answers

PGP encryption in Linux

How should I encrypt a file using gpg linux command with PGP public key? I have searched on google and I found this command gpg --output doc.gpg --encrypt --recipient blake@cyb.org doc but I didn't find where to keep the public key in the command.
Sravanth Kothuri
  • 211
  • 1
  • 3
  • 11
-1
votes
2 answers

Is there a free pgp key dumping program?

is there any pgp key dumping program like http://www.pgpdump.net/ that also shows the MPI values as well as the other information? the linked website's program will print out ... for the long MPI, which is perfectly logical, but I want to see the…
calccrypto
  • 8,583
  • 21
  • 68
  • 99