Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

solves error (Symkey decrypt failed: Invalid secret key ID) #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 8, 2017

  1. solves error (Symkey decrypt failed: Invalid secret key ID)

    "Symkey decrypt failed: Invalid secret key ID" problem in https://stackoverflow.com/questions/12540226/cryptopenpgp-symkey-decrypt-failed-invalid-secret-key-id .
    I use openpgp.js for the encryption of messages and get the same error. It seems openpgp.js uses the subkey for encryption of the sessionkey. So I suggest "$kb->key_by_id($sym_key->key_id)" instead of "$kb->encrypting_key".
    pinmarch authored Jul 8, 2017
    Configuration menu
    Copy the full SHA
    e242ade View commit details
    Browse the repository at this point in the history