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

Error logging with PHP and mod_fcgid

I have a mediawiki install that is acting up. Whenever I try to save an article, it goes to a blank screen. All though if I refresh that blank screen, it will go on to work. I have no idea why it's doing that, but it seems to be that it's a problem…
nbv4
  • 603
  • 3
  • 11
  • 18
1
vote
2 answers

How to drop keys from internal sks keyserver

How do I drop keys from an internal SKS keyserver. SKS fingerprints are in SHA1, but sks drop command is looking for an md5, how do I properly get the MD5 fingerprint from a key on an sks keyserver. This command gives the SHA1 Fingerprint gpg…
Jacob Evans
  • 7,886
  • 3
  • 29
  • 57
1
vote
1 answer

Multiple files encrypted with multiple GPG keys - how to easily add/remove/manage keys, automate key change tasks?

We have a bunch of files that contain sensitive information, that need to be accessed by several teams, but need to be unreadable to everyone else. Currently, each team member needs to generate their own GPG key pair and share their public key with…
Florin Andrei
  • 1,208
  • 1
  • 12
  • 18
1
vote
1 answer

Querying SKS (PGP key server) database directly?

I have an SKS server set up on Ubuntu 16, currently with a manifest of keys from dumps provided by the MIT PGP key server. I'd like to be able extract public keys / subkeys and associated user info (email addresses, etc) from the SKS database into a…
huertanix
  • 217
  • 3
  • 11
1
vote
6 answers

Encrypted Email and Proxy to Bypass the Great Firewall

I have some friends travelling to China, and they would like to get email, use Skype, and browse the web without the fear of the government looking over their shoulder. My first thought is to set up an encrypted proxy for them to use for internet…
Lance Fisher
  • 173
  • 2
  • 6
1
vote
2 answers

Certificate Security in intranet Environment?

We have this topology in our company : A new rule says that each document being sent by outlook should be encrypted. we decided using PGP. We already have a certificate ( self signed). the problem is this : john and paul install the certificate…
Royi Namir
  • 137
  • 1
  • 14
1
vote
1 answer

Reliable PGP / GnuPG decryption for Mac OSX Mail

I'm developing a web app which emails encrypted data (from a web form) to a client who uses Macs/OSX exclusively in their office. I'd like to know: Is there are any reliable solutions for PGP / GnuPG decryption on Mac OSX mail? I've come across…
Prembo
  • 927
  • 1
  • 6
  • 11
1
vote
2 answers

Need convincing PGP public key needs to be changed

So the situation is thus. We're working with another company and as part of some file distribution processing we have to encrypt some files before they are sent. The company in question sent us their public key which we have been using to encrypt…
djhworld
  • 113
  • 3
1
vote
1 answer

decrypt gpg file with specific key ?? (OS = WindowsXp)

please how i can decrypt file with specific key in batch file mode ? for example i want to :- decrypt file X.txt with key X.pub
Mohammad AL-Rawabdeh
  • 1,612
  • 12
  • 33
  • 54
1
vote
1 answer

encrypt files by external GPG public key tools?

how i can encrypt files by eternal GPG public key ? for example user A generate public key A.pub and sent to me A.pub and you need from me to encrypt file by a.pub and sent it to you how i can do that ? please explain it step by step
Mohammad AL-Rawabdeh
  • 1,612
  • 12
  • 33
  • 54
1
vote
1 answer

PGP encryption key with split-knowledge and dual control

An auditor recommends: We recommend that PGP environment be re-keyed using the industry required (ISO x9.8 and x9.24) standards of “split-knowledge and dual control” Is there something that we're missing?: this would require encrypted files to be…
Leo
  • 1,038
  • 1
  • 8
  • 13
1
vote
2 answers

Generate fingerprint with PGP Public Key

I have a PGP public key and I need to get the fingerprint for it. My Public key is as such: -----BEGIN PGP PUBLIC KEY BLOCK----- mQlDBF4w............................ . . . =uYgH -----END PGP PUBLIC KEY BLOCK----- I tried using the command gpg…
Mervin Hemaraju
  • 115
  • 4
  • 14
1
vote
1 answer

Is it possible that apache will verify signed php files before using it

I will for better security configure apache to verify php scripts, which should be signed with my key. Is it possible? And is it possible not to serve not signed files?
Ishayahu
  • 187
  • 1
  • 2
  • 11
1
vote
0 answers

GPG4Win Decrypt Multiple files to a Different Directory

I have a requirement to download PGP files from a 3rd Party SFTP server and then decrypt them and move to a the company file server. I am going to use WinSCP to download the files to an Inbound folder and then use WGPG4Win to decrypt the files in…
0
votes
0 answers

Trying to load posted public key from http://pgp.mit.edu:11371/ after loading it there

So, I run pgp --dry-run --import test.asc on the public key I gave to the site and then I look it up with that key that it gives back and it says not found. How to do this properly such that I can test that my key can be looked up on that…
Dean Hiller
  • 911
  • 4
  • 15
  • 35