-
Description:I've experimented with different snapshot versions of the Android password store, yet despite entering the correct password, I'm consistently encountering a "wrong password" error message. Furthermore, I've imported my private key via the settings menu, specifically navigating through settings > pgp_settings > key_manager. Steps to Reproduce:
Expected Behavior:
Actual Behavior:
Additional Information:
Environment:
Logs:
Attachments:
Note: Please let me know if any additional information is required or if further testing is necessary to diagnose and resolve this issue effectively. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
I need a log to see what is happening https://docs.passwordstore.app/docs/users/reporting-bugs |
Beta Was this translation helpful? Give feedback.
-
According to the logs your files are still using AEAD, you might need to re-encrypt them after removing AEAD from the key. |
Beta Was this translation helpful? Give feedback.
org.bouncycastle.openpgp.PGPKeyValidationException: Message is encrypted using a 'Symmetrically Encrypted Data' (SED) packet, which enables certain types of attacks. A 'Symmetrically Encrypted Integrity Protected' (SEIP) packet should be used instead.
According to the logs your files are still using AEAD, you might need to re-encrypt them after removing AEAD from the key.