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 …
4
votes
4answers
127 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 …
0
votes
1answer
52 views

PGP/GnuPG to encrypt

Need to use PGP/GnuPG to encrypt.can suggest what the Python packages to use that. for PGP encryption i.e. on the other side is PGP used to decrypt.
0
votes
1answer
50 views

PGP - GnuPG - A few questions

I want to use GnuPG (http://www.gnupg.org/), the open source software that is a full replacement for PGP. The software looks great though I have never used it before. I will be …
2
votes
1answer
153 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
1answer
49 views

Is there any module that allows Django/Python to work with gnupg?

I was wondering if there's any django module, or in such case any python module, that will allow me to create my own application to manage the creation, administration, etc of GnuP …
1
vote
3answers
269 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 …
0
votes
1answer
107 views

How to use GNUPG and Crypt_GPG

Hiya, I'm trying to use GNUPG and Crypt_GPG to encrypt data ready to be sent across email to a client server but i'm having problems setting it up. I've installed GNUPG on the …
0
votes
0answers
28 views

GnuPG: verifying the sender [closed]

A person emailed me his PGP signature. When I compared it to the signature from the PGP server, it is much shorter not matching at all. I use the version 1.4.9. Why is the signat …
0
votes
1answer
204 views

GnuPG Wrapper with C#

Hi. I use GnuPG and C# to encrypt files with imported public keys. But when I try to make encryption, GnuPG encrypt file with public key of main user. I'm sure that I pass right re …
5
votes
6answers
824 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
1answer
98 views

Encrypted and signed MIME messages using RFC 1847

I need a client-server encryption solution for web transfer, (i.e. signed and encrypted client-side, and verified and decrypted server-side). I am using HTTP, but SSL is not avail …
0
votes
2answers
214 views

GnuPG and CreateProcess in Delphi Service

Hi! Trying to use GnuPG with Delphi (Win32). I need to sign some file with such console command: "C:\Program Files\GNU\GnuPG\gpg.exe" -a -u Alex --passphrase secretpassword --y …
1
vote
4answers
10k views

Batch file script to remove special characters from filenames (Windows)

I have a large set of files, some of which contain special characters in the filename (e.g. ä,ö,%, and others). I'd like a script file to iterate over these files and rename them r …
0
votes
1answer
162 views

Is GnuPG compatible with McAfee eBusiness Server 7.1?

Right now, we're using PGP command line 9.0. Does anybody know if GnuPG will work? It'd be a lot cheaper.