openpgp Questions
3
Solved
I know how to use gpg verify like this:
$ gpg --verify somefile.sig
gpg: Signature made Tue 23 Jul 2013 13:20:02 BST using RSA key ID E1B768A0
gpg: Good signature from "Richard W.M. Jones <[ema...
5
Solved
I am trying to push my staging repository on oss.sonatype.org to central repository, but this action is getting failed and i am getting following exception
Event: Failed: Signature Validation
type...
9
Solved
I have a copy of the postgresql apt repository gpg key and would like to view the details of the gpg key as it comes in the file. Is this possible without importing it into a key ring?
2
Solved
I am attempting to decrypt a file using BouncyCastle in C# that has been encrypted with RSA via Kleopatra. Unfortunately, I am receiving an error that states "Unknown packet type encountered: ...
Incisive asked 6/5, 2022 at 18:13
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
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...
4
Solved
I am running Linux Mint 14 and trying to download the android source. I followed the instruction for setting up the environment and when I was trying to get the source with repo, I got the followin...
Reunion asked 1/10, 2013 at 21:51
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
1
Solved
I am trying to achieve encryption using PGP and my encrypt method successfully encrypts the input string but when I try to decrypt it to verify if the encryption is properly done, the string doesn'...
Melodie asked 15/5, 2020 at 19:23
5
Solved
let me start by saying I'm extremely new to all of this. What I am trying to do is to use gpg from within Java in order to decrypt an encrypted file.
What I've done successfully:
Had a colleague...
Limacine asked 21/2, 2013 at 1:43
4
Solved
I'm trying to install New Relic's system monitoring inside a docker container, but the apt-key add - fails with no valid OpenPGP data found.
There is the full Dockerfile:
FROM ubuntu
MAINTAINER M...
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
2
Solved
What is the format of the public_key field returned from GitHub REST API v3 for GPG Keys?
For example, the command curl -v -H "Accept: application/vnd.github.cryptographer-preview" https://api.git...
Ganny asked 4/9, 2017 at 0:33
2
Solved
I want to use PGP encryption to encrypt a CSV files, I am generating through a PHP script and then send that file to client via email. Client will give me the encryption key, which I need to use fo...
1
Solved
I am trying to print a PGP public key in an ASCII armored encoding using Go's openpgp/armor package.
The output I would expect:
-----BEGIN PGP PUBLIC KEY BLOCK-----
<base64 encoded bytes of p...
Guddle asked 22/2, 2018 at 23:51
3
Solved
If I sign a git commit with an OpenPGP key that has an expiration date, what does that mean for people looking at that commit after the expiration date? Should all keys used for commit signing like...
Cryolite asked 20/7, 2016 at 17:14
2
Solved
I have an OpenPGP message which looks something like this given to me in a file:
-----BEGIN PGP MESSAGE-----
Version: GnuPG v1.4.9 (MingW32)
jA0EAgMCtCzaGHIQXY9g0sBnAeDOQ9GuVA/uICuP+7Z2dnjNCLgRN0...
Human asked 4/4, 2016 at 2:58
1
I am working on a Node application into which I have built a decrypter function, and have used the Openpgp.js npm module to make this work. I take in various submitted PGP client files made with ou...
Irmgard asked 16/2, 2017 at 6:30
4
Solved
I need to dockerize an apt repository. The packages in it need to be signed, which is currently done by
aptly publish snapshot -distribution="stable" -gpg-key="<key id>" my-snapshot
Before ...
1
I am trying to encrypt file using gpg encryption before sending it in my jruby project. However I did not find adequate resources for it. I tried using ruby-gpgme but jruby did not support C librar...
Agronomy asked 25/11, 2016 at 9:23
1
I have a utility that is using the BouncyCastle.Crypto dll (version 1.7.4, runtime version 1.1.4), in order to decrypt a file that is given to it by another system.
I just updated the pgp key (and...
Iiette asked 3/12, 2015 at 1:5
2
I've been looking through the documentation for Go's openpgp package, and I think I must be missing some obvious points. For example, there's a ReadKeyRing function, but no WriteKeyRing. I can, on ...
1
libsodium is an awesome encryption library, and GnuPG is an awesome key management and signing software.
GnuPG recently released support for Ed25519 signing keys, and submitted a draft to the IET...
Vernievernier asked 6/11, 2015 at 11:53
1
Solved
I'm playing with writing a Go program that downloads and verifies files.
I am hoping to avoid forcing the user to install gnupg (if possible).
Is it possible to verify a downloaded file with a gpg...
1 Next >
© 2022 - 2025 — McMap. All rights reserved.