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
0
votes
1 answer

Where to store private key on Linux build server

On my Debian 3.2.54-2 build server I'd like to sign the build artifacts (JAR files) with my private key to ensure their authenticity. I've created a private key secring.gpg using GnuPG and protected it with a password. I'm using Jenkins and Gradle…
Matthias Braun
  • 225
  • 1
  • 8
0
votes
1 answer

Encrypting files with different public keys

How can I encrypt three different files, each with its own public key? For instance, there are three companies (X, Y and Z). Each company sends me its own public key. I want to send a file to each company and encrypt it using the correct matching…
Mohammad AL-Rawabdeh
  • 1,612
  • 12
  • 33
  • 54
0
votes
2 answers

Setting up PGP FTP

I have a situation where I need to setup a FTP server with PGP encryption. Currently I use FileZilla w/ SSL, but in this case we are required to use PGP. Any recommended products/procedures from those who have done this? Doesn't look like FileZilla…
Malnizzle
  • 1,441
  • 2
  • 16
  • 30
0
votes
2 answers

PGP Package Recommendations

I need to use a client's public key to encrypt some csv files as part of an automated package in a windows 2003 domain. Can anyone recommend a PGP package (preferably opensource).
mike42
  • 86
  • 7
0
votes
0 answers

Solution to generate clear password from private key+UUID and encrypted password from public key+UUID

I'm looking for a solution to Generate an encrypted UNIX password for a specific target using it UUID and a public GPG key Retrieve a target clear password from its UUID and the private GPG key I have performed a little schema with the two process…
-1
votes
1 answer

LAMP webmail with PGP/GPG support?

I've been asked to configure webmail for a company whose business is centred around their intellectual property - which is the rationale why we're using webmail, and not a client based email reader to access an internal only IMAP server. The other…
-3
votes
1 answer

How to view a GPG encrypted file securely?

When I decrypt / view a gpg file it is: decrypted in the terminal / console and thus gets into history the decryption goes into video memory and into normal memory and into the swap (if not enough memory) and into the hibernation file (if you…
CharlesS
  • 229
  • 1
  • 7
1 2 3
4