Questions tagged [pgp]

Pretty Good Privacy (PGP)

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.

PGP encryption uses a serial combination of hashing, data compression, symmetric-key cryptography, and, finally, public-key cryptography; each step uses one of several supported algorithms. Each public key is bound to a user name and/or an e-mail address. The first version of this system was generally known as a web of trust to contrast with the X.509 system which uses a hierarchical approach based on certificate authority and which was added to PGP implementations later

Source: wikipedia

52 questions
3
votes
1 answer

How to securely deploy PGP in a medium-sized business?

What are the best practices for deploying PGP in a medium-sized business? The idea I had was: Setup a PGP key server that all mail clients use Create a PGP for keymaster@mycompany.com All users install and trust the keymaster's key All users create…
paj28
  • 163
  • 6
3
votes
2 answers

PGP decryption fails with error for one file

We store database backups encrypted with PGP Command Line 9.7.0. Files look like 2009.bak.pgp Here's command line used to backup these files: pgp --encrypt F:\2009.bak --recipient admin@company.mail --encrypt-to-self --input-cleanup off --temp-dir…
user135199
3
votes
3 answers

Exchange Encryped Email with PGP

My organization is currently looking into encrypting our emails internally as well as the occasional message to come outside recipients. The requirements are currently a bit overwhelming and I am not sure where to begin. We run a somewhat mixed…
user49349
  • 101
  • 2
  • 6
2
votes
1 answer

PGP - MailCloak/Gpg4Win/etc

I have used Gpg4Win in the past along with FireGPG to have encryption on my emails. I am needing to roll this out to quite a few more people and was wondering if anyone else had some products they preferred better. The criteria I need is free and as…
user22492
2
votes
2 answers

How to setup secure blackberry email that uses PGP encryption?

Im looking to setup private, secure email accounts. I'd like to use PGP encryption. What are my options for doing so?
Teddy
2
votes
3 answers

Best PGP/GPG Encrypt/Decrypt Script

Is there are good default python or simple shell script that I can use to encrypt and decrypt files via PGP/GPG? I would be running this script every 5 minutes.
Daniel
  • 3,791
  • 7
  • 33
  • 34
2
votes
3 answers

Update apt gpg key over puppet

The puppet apt repository PGP key has expired some days ago /etc/apt/trusted.gpg.d//puppetlabs-keyring.gpg ---------------------------------------------- pub 4096R/4BD6EC30 2010-07-10 [expired: 2016-07-08] uid Puppet Labs Release…
olliiiver
  • 256
  • 3
  • 12
2
votes
2 answers

Workstation imaging on top of full disk encryption

Is it possible to use imaging tools (e.g. Acronis Snap Deploy, or possibly SystemImager) to deploy workstation images to laptops that have PGP full disk encryption? How could I go about doing this? The specific FDE tool we use right now is…
mortabis
  • 64
  • 6
2
votes
1 answer

Store PGP keys on Active Directory/Exchange?

I am looking to implement a transparent plugin for Outlook that would need no configuration at all. I was thinking of maybe using Active Directory/Exchange to store each user's public key and be able to retrieve it the same way as Outlook retrieves…
Aki
  • 200
  • 1
  • 8
2
votes
1 answer

Decrypt incoming pgp mail with procmail

Currently I have a running Postfix server which delivers incoming mail through procmail. That works fine but now I want to decrypt any incoming mail which is encrypted with pgp automatically. So I have created a procmail rule to trigger gnupg. This…
user2626702
  • 113
  • 2
  • 2
  • 9
2
votes
2 answers

How can I confirm which specific S/MIME public key was used to encrypt an email?

CentOS 5.8 Is there an easy way to tell what specific public key was used to encrypt an email? My email gateway isn't able to decrypt an inbound S/MIME message and I'm suspecting that the remote sender may have used an obsolete public key that is…
Mike B
  • 11,871
  • 42
  • 107
  • 168
2
votes
1 answer

Are PGP Universal keys compatible with the openPGP standard?

I'm having issues importing a PGP Universal Public key on a system that supports openPGP. Are these two different standards/formats? Should they be compatible?
Mike B
  • 11,871
  • 42
  • 107
  • 168
2
votes
2 answers

Recovering from a Time Machine backup encrypted with PGP Whole Disk Encryption

Our entire organization requires PGP Whole Disk Encryption (WDE) to be used on all laptop and desktop computers. For Macs running Mac OS X 10.5 or later that are using Time Machine, the (local) Time Machine backup disk must also be encrypted. One…
John Siracusa
  • 738
  • 7
  • 12
2
votes
1 answer

Single IP address accessing private URLs in emails I'm sending

I'm the IT/programmer guy at a small translation company. I just sent out emails to our translators around the world with an unique URL for them to come into our site and update their password. eg:…
2
votes
3 answers

Threading of PGP Whole Disk Encryption on server

I wish to use a 2010 vintage quad core Xeon server to periodically encrypt 500GB eSATA drives. I have three questions: 1) I assume the current version of WDE is fully multi-threaded and throughput scales roughly linearly with the number of…
Lunatik
  • 133
  • 1
  • 8