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
Im using OpenPGP CA tool to manage keys and I use keys generated by it to encrypt and sign messages.
Im trying to verify those messages if they came from a trusted person whos verifies by the CA.
Is this possible? i tried using the CA's PGP public key as the public key in helper.DecryptVerifyMessageArmored() but it fails with a signature error
The text was updated successfully, but these errors were encountered:
Im using OpenPGP CA tool to manage keys and I use keys generated by it to encrypt and sign messages.
Im trying to verify those messages if they came from a trusted person whos verifies by the CA.
Is this possible? i tried using the CA's PGP public key as the public key in
helper.DecryptVerifyMessageArmored()
but it fails with a signature errorThe text was updated successfully, but these errors were encountered: