pgp Questions
3
Solved
I have a set of PGP Self Decrypting Archive .exe files (https://knowledge.broadcom.com/external/article/153684/creating-a-self-decrypting-archive-with.html) (on a Windows system) and have the passw...
10
Solved
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 and then decrypt ...
Poker asked 19/6, 2009 at 22:28
3
Solved
I am trying to decrypt PGP encrypted string using the BouncyCastle PGP SDK.
I have tried several approaches and in each case I get a following error at the beginning of the process (exact place sh...
Hallucinatory asked 6/11, 2017 at 10:40
4
Solved
I am trying to get a better understanding of what is going on with gpg.
If you have a file and sign it: gpg --sign file.txt
you can verify it with: gpg --verify file.txt.gpg
when you get a succ...
2
Solved
I am trying to publish my Java Library to Maven Central. A part of this involves using the signing gradle plugin to sign the artifacts. I need to sign it without using the keyring file as document ...
Baccy asked 13/9, 2019 at 9:53
8
Solved
I try to decrypt file using following command:
gpg --output file.txt --decrypt file.pgp
File is decrypted successfully but i get an error:
"gpg: Can't check signature: public key not found"
...
Griffith asked 1/8, 2014 at 7:16
6
Solved
I need to encrypt a stream with pgp using the bouncycastle provider. All of the examples I can find are about taking a plain text file and encrypting that however I won't have a file and it's impor...
Convey asked 15/10, 2010 at 4:9
2
I normally wouldn't ask but I can't find the answer on SO or google.
I'm using a library that accepts base64 encoded pgp public keys in string format. However, one of the components I need to conv...
Cacka asked 16/1, 2017 at 12:15
2
I'm working on a project which needs to generate GPG-Keys for public-key encryption. My language of choice for it is Scala and the library for the cryptographic stuff is BouncyCastle
Key generatio...
Asperges asked 9/4, 2011 at 20:29
3
I'm trying to get the fingerprints from the public OpenPGP keys of ActiveMQ. They are published at http://www.apache.org/dist/activemq/KEYS.
Unfortunately, not all the keys have fingerprints liste...
3
I have PGP key that let's me sign the commits via git commit -S. To sign my last commit I did a git commit -S --amend --no-edit and it signed my commit.
Now, I want to sign all the commits that ar...
Grieg asked 9/4, 2016 at 4:45
4
Solved
I want to import a PGP public key into my keychain in a script, but I don't want it to write the contents to a file. Right now my script does this:
curl http://example.com/pgp-public-key -o /tmp/p...
3
Im new to PGP and I'm trying to generate a PGP private key using GnuPG through this tutorial.
Basically, I have type the following command in command prompt (in administrator mode):
gpg --gen-ke...
1
Solved
I would like to automate a GPG private key export so it runs without user interaction.
gpg --export-secret-keys [email protected]
I tried providing --batch --passphrase-fd 0 arguments both wi...
5
Solved
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 not seem alive anymore.....
Caracal asked 17/2, 2009 at 12:59
4
Solved
I've seen a number of posts, followed a number of tutorials but none seems to work. Sometimes, they make reference to some classes which are not found. Can I be pointed to a place where I can get a...
Akira asked 8/8, 2011 at 19:49
3
Solved
I'm pretty familiar with PGP, and the way it works. I'd like to include some functionality in a project, but so far my research has left my head spinning. What I'd like to do is create a public key...
Belldame asked 15/1, 2014 at 4:36
4
`git -S -m commit` failing to ask for password — Signing after moving from GPG mac to GPG shell
I am setting up new machine (macOS Sierra) for web development, and I have done brew install gpg which has installed gpg2 and gpg-agent. I have copied my keys from ~.gnupg on my old mac. I am not i...
1
I want to create a OutputStream from another OutputStream in which the new OutputStream will automatically encrypt the content I write to that OutputStream. I want to use Bouncy Castle since I am a...
Anther asked 11/2, 2021 at 13:22
1
I tried to solve this Geocache:
https://www.geocaching.com/geocache/GC67EXW_signaturbruch
And it gave me a password prompt, when I tried to solve gpg message.asc, but I didn't know the correct p...
Nonplus asked 13/10, 2019 at 13:12
0
I'll do some data import form the third-party. They required me to provide a PGP public key with which they encrypt data. I don't want to generate key pairs on my machine so I'm looking at hosted s...
Suffragette asked 29/6, 2020 at 22:53
5
Solved
I've researched a bit about how to achieve what I said in the question and found several APIs but most of them look very complicated and since I'm just a noobie in this area I just want a simple me...
Erectile asked 16/11, 2010 at 8:33
2
Solved
I've been trying to use the BouncyCastle library to do PGP encryption/decryption. I have some code that I need to modify to use streams only - no files.
I tried removing the PgpUtilities.WriteFile...
Maestas asked 22/8, 2014 at 7:5
0
I am using PgpCore nuget package for PGP encryption and decryption.
The case I encountered is as follows, I encrypt a file with EncryptAndSign method as follows.
using (PGP pgp = new PGP())
{
pg...
Swaine asked 28/4, 2020 at 18:42
1
Solved
I’m aware that .asc signatures are output as a text file, while .sig & .gpg are binary.
That aside:
Are .sig and .gpg the same file with different extensions? If not, why use one over the o...
Harned asked 19/11, 2019 at 8:7
1 Next >
© 2022 - 2024 — McMap. All rights reserved.