You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In GPG keychain,
I can encrypt a message with multiple recipient public key, and it will return a PGP encrypted message.
So that the valid user can decrypt the file.
But I tried in your opengpg package, it can encrypt message, but only one person can decrypt it with GPG keychain.
My step:
Use GPG keychain export multiple users public key.
Use your tool to encrypt a message with above public key and output to base64.
Use GPG keychain CLI to decode the message. But got failed. The corresponding error message:
echo ${ENCRYPTD_BY_OPENGPG_BASE64} | base64 -D | gpg -d`
gpg: encrypted with 4096-bit RSA key, ID 0A00AA00A000AA00, created 2016-02-27
"foo <[email protected]>"
gpg: decryption failed: No secret key
What's step is wrong?
The text was updated successfully, but these errors were encountered:
Hi there,
In
GPG keychain
,I can encrypt a message with multiple recipient public key, and it will return a PGP encrypted message.
So that the valid user can decrypt the file.
But I tried in your
opengpg package
, it can encrypt message, but only one person can decrypt it withGPG keychain
.My step:
GPG keychain
export multiple users public key.GPG keychain
CLI to decode the message. But got failed. The corresponding error message:What's step is wrong?
The text was updated successfully, but these errors were encountered: