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

Fixes RT #79798 - Symkey decrypt failed: Invalid secret key ID #9

Merged
merged 2 commits into from
Oct 15, 2024

Commits on Oct 14, 2024

  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 and timlegge committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    0bf6750 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    57f909e View commit details
    Browse the repository at this point in the history