summaryrefslogtreecommitdiff
path: root/src/passwords.rs
AgeCommit message (Collapse)AuthorFilesLines
2024-03-03chore: upgrade dependency on pbkdf2Lars Wirzenius1-1/+1
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
2022-03-28Remove debug printsAlexander Batischev1-2/+0
2021-12-31docs: add documentation comments to crateLars Wirzenius1-0/+13
Also, make it an error for a public symbol to not be documented. Sponsored-by: author
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.