Skip to content

How to get OpenPGP encryption at rest working with Thunderbird? #75

Closed Answered by mdecimus
33KK asked this question in Q&A
Discussion options

You must be logged in to vote

I found out what happened. Encryption at rest is working well with the previous version of Thunderbird but, after upgrading to the latest one, I started seeing the same error messages you reported.

I did some debugging I found out that the culprit was the rpgp crate that was encrypting the messages with a subkey that did not have the "use for encryption" flag. The latest version of Thunderbird is stricter and no longer accepts decrypting messages with the wrong subkey. On the rpgp repository there was already an issue opened back in November 2022 reporting this bug and it looks like it won't be fixed anytime soon. For that reason I replaced rpgp with sequoia-pgp and now encryption at rest…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@33KK
Comment options

@mdecimus
Comment options

Answer selected by 33KK
@33KK
Comment options

@33KK
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants