Skip to main content
0 votes
0 answers
73 views

In my Java program, I want to send e-mails signed with an OpenPGP key in PGP/MIME format as defined in RFC 3156. For this, I use PGPainless’ SOP and Angus Mail. Technically, signing plain text works ...
Pixelcode's user avatar
  • 450
0 votes
0 answers
137 views

I'm facing an issue when trying to use PGP keys generated by openpgpjs with pgpy in Python. Specifically, I am encountering the following error: 14 is not a valid HashAlgorithm Here is my openpgpjs ...
Florian Massol's user avatar
0 votes
0 answers
63 views

I am getting below exception when trying to decrypt pgp message in Java 11 Caused by: java.lang.SecurityException: JCE cannot authenticate the provider BC And we are using below bouncycastle ...
Chennai Cheetah's user avatar
0 votes
0 answers
94 views

Currently we did migration from java 1.8 to java 11. During migration we are facing below decrypting pgp message issue in one of the application. Caused by: org.bouncycastle.crypto....
Chennai Cheetah's user avatar
1 vote
0 answers
221 views

I'm trying to have unattended decryption of gpg-encrypted password stores created in pass, but am encountering errors even though my passphrase is cached... The basic test command I'm using for this ( ...
maxipaddy's user avatar
1 vote
0 answers
577 views

I'm attempting to decrypt an OpenPGP-encrypted message in a Node.js script using the openpgp library. My script runs into an error where the decryption fails with the message: Decryption failed ...
CR00N0S's user avatar
  • 13
-2 votes
1 answer
197 views

I'm using Kleopatra after installed Gpg4win. I have generated an RSA key pair with a 1024-bit key size, using my name as the username using Windows Command Prompt. I was suppose to genearte and sign ...
Mario's user avatar
  • 2,094
1 vote
1 answer
76 views

I try to read my public key with 6 notations from armored text by OpenPGP.js, but I got 4 notations and somehow it has same two notations each. notations are: gpg> showpref [ultimate] (1). ...
NyaightHazard's user avatar
0 votes
2 answers
288 views

I have a Lambda function, written in NodeJS, that decrypts a file using the OpenPGP library. This has worked very well for the past four months but on Thursday last week it stopped decrypting the ...
Nick Wright's user avatar
0 votes
0 answers
243 views

I have an Azure Function running node's openpgp decryption module. It works fine when we decrypt our own files, but we are receiving a file from a third party that is signed with their public key. We ...
Harvey A. Ramer's user avatar
0 votes
1 answer
820 views

I have implemented a PGP service using BouncyCastle.Cryptography v2.3.0 NuGet in C# .NET 7.0. I have used the service for decrypting files pulled from an SFTP server successfully. Having started ...
Dan's user avatar
  • 11
1 vote
1 answer
759 views

Im working with PGPainless SOP (1.6.6) to encrypt and sign files. My routines are fairly basic and are using private and public keys supplied by my customer. The recipients pubic key doesnt have an ...
MarkB's user avatar
  • 31
0 votes
1 answer
219 views

I am trying to encrypt a message in PGP, but the encryption is not working properly. The encryption message I am getting is not being decrypted. On using a platform online to decrypt and encrypt ...
kanha's user avatar
  • 11
1 vote
0 answers
350 views

openSSL pkcs8 -in private-key.pem -topk8 -nocrypt -out private-pkc8.pk8 I run this command and it prompts; "Could not find private key of key from private-key.pem" I can't seem to find a ...
yigozer's user avatar
  • 11
2 votes
1 answer
2k views

I am trying to decrypt a file in PowerShell "7.x". I am explicitly using the Unprotect-PGP cmdlet, but the error message I am getting refers to the Protect-PGP cmdlet. Only thing I can ...
Karel ten Hoope's user avatar

15 30 50 per page
1
2 3 4 5
24