the-13th-letter / derivepassphrase

an almost-faithful Python reimplementation of James Coglan's vault, a deterministic password manager/generator
MIT License
0 stars 0 forks source link

Support data export from vault v0.2, vault v0.3, and storeroom storage formats #1

Closed the-13th-letter closed 2 months ago

the-13th-letter commented 3 months ago

Support extracting stored configurations from vault v0.2, from v0.3, and from storeroom-backed configurations.

v0.2 and v0.3 differ only in a technicality in how the encryption key for the stored data is derived. storeroom is a completely different design, but it is reasonably well documented in its readme.