summaryrefslogtreecommitdiff
path: root/src/passwords.rs
AgeCommit message (Collapse)AuthorFilesLines
2021-11-20chore: update dependency on pbkdf2 to 0.9 and fix breakageLars Wirzenius1-1/+1
Sponsored-by: author
2021-05-29feat! drop MAC passphrase, fix key derivationLars Wirzenius1-5/+10
Previously we were deriving a key that was of the wrong length for the aead crate. Now we make it the right length.
2021-04-09feat: add "obnam init" subcommandLars Wirzenius1-0/+86
This reads a passphrase and derives two passwords from that, and stores them next to the configuration file. The passwords aren't yet used for anything, that will come later.