olcf / pkpass

PKI based password manager
https://pkpass.readthedocs.io/en/latest/
Other
16 stars 3 forks source link

use schema version to decide decryption #177

Open ginsburgnm opened 4 years ago

ginsburgnm commented 4 years ago

This is an issue with the way I did legacy schemas. I forgot there's a schema version marker, and just embedded a try except.

Due to this, there exists a side effect of passwords existing as schema version 2 even though the file states version 1. cleanup will be necessary.