Tagged Questions

0
votes
4answers
5k views

GnuPG: “decryption failed: secret key not available” error from gpg on Windows

Environment: HP laptop with Windows XP SP2 I had created some encrypted files using GnuPG (gpg) for Windows. Yesterday, my hard disk failed so I had reimage the hard disk. I hav …
0
votes
0answers
151 views

gpg: WARNING: message was not integrity protected [closed]

Hi, I'm a little confused as what this means. What's happened is that someone has encrypted a message for me using my public key, and signed it with their private key - as per usu …
0
votes
1answer
60 views

how do I sign data with pyme?

I just installed pyme on my ubuntu system. it was easy (thanks apt-get) and I can reproduce the example code (encrypting using a public key in my keyring). now I would like to si …
0
votes
0answers
55 views

Python Pyme: Simple decryption without user interaction

I am using Pyme to interface with GPGME and have had no problems signing / encrypting. When I try to decrypt, however, it always brings up the prompt for the passphrase despite ha …
4
votes
4answers
124 views

GnuPG - How to edit the file without decrypt and save to local disk first?

Hi, I'm using GNUPG to encrypt my ascii files. I learnt to generate a key, also how to use the it to encrypt and decrypt a file. There are two ways I used: gpg -d foo.txt.gpg …
1
vote
1answer
146 views

Is there a good GnuPG encryption library for Java/Scala?

I would like to be able to encrypt files on disk and/or data in memory using GnuPG from a Java application. If possible I'd like to avoid having to make system calls out to the GP …
1
vote
3answers
266 views

Recommended key size and type for GnuPG?

A Practical Introduction to GNU Privacy Guard in Windows recommends DSA and ElGamal, but I would like to know if RSA is good enough to use these days, and if so, what minimum key s …
1
vote
1answer
57 views

Adding a GPG signature to an already signed document?

We'd like to implement a workflow that requires multiple people to digitallly sign a document. If I have multiple secret keys in my own keychain, I can do something as simple as: …
5
votes
6answers
817 views

How to do PGP in Python (generate keys, encrypt/decrypt)

I'm making a program in Python to be distributed to windows users via an installer. The program needs to be able to download a file every day encrypted with the user's public key …
0
votes
2answers
175 views

Python Encryption: Encrypting password using PGP public key

I have the key pair generated by the GPG. Now I want to use the public key for encrypting the password. I need to make a function in Python. Can somebody guide me on how to do this …
2
votes
3answers
302 views

Recommendations for Java + OpenPGP?

Hi! I want to develop a small OpenPGP client and I'm searching for a Java library for OpenPGP. Are there any (open source) recommendations for this approach? Cryptix.org does no …
1
vote
8answers
243 views

How can I keep a file in memory during editing?

Short version : echo "testing" | vim - | grep "good" This doesn't work as vim won't output to a pipe. It says : "Vim: Warning: Output is not to a terminal". Any way to do this? Cr …
0
votes
3answers
452 views

C# Stream text/data to zip/gpg instead of passing app a filename?

I currently have an app written in C# that can take a file and encrypt it using gpg.exe What I'm trying to do is, instead of 1. Creating a file (from database queries usually) …
1
vote
0answers
383 views

Best way to soft brute-force your own GPG/PGP passphrase?

I created a nice long passphrase, used it a few times, then forgot it ;) The twist is, I know the general theme and probably almost all of the characters. The perfectionist in me d …
0
votes
2answers
181 views

Splitting GPG encrypted messages into packets?

As an example, let's say that Alice signs a message with her secret key and encrypts the message and signature with Trent's public key. Trent decrypts the message and signature wit …

1 2 next
15 30 50 per page