encryption - Can't check signature: public key not found -


I try to decrypt the file using the following command:

  gpg The --output file.txt file has been successfully decrypted but I get an error:  

"gpg: signature can not be checked: public key not found"

Any idea, why did I get this error?

You receive that error because you do not have the public key of the person who signed the message Done

GPG should give you a message in which the ID of the key was used to sign it. Obtain the public key from the person who encrypted the file or imported it from the public key server and in your keyring; You should then be able to verify the signature.


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -