aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2025-10-13Fix reader buffering logicRose Hogenson1-6/+10
Now it doesn't do a short read between each long read.
2025-10-12Add file header and metadataRose Hogenson11-41/+285
2025-10-12Fix reading passwordRose Hogenson5-27/+168
2025-10-11Improve error messagesRose Hogenson5-2/+46
2025-10-11Move some tests aroundRose Hogenson11-567/+526
2025-10-11Add a -f flag to overwrite, and update testsRose Hogenson9-49/+561
2025-10-11Use 32 bytes of salt and add a magic headerRose Hogenson5-16/+30
2025-10-10Use a separate salt per fileRose Hogenson7-111/+70
Unfortunately this makes the program way slower for multiple files. However, it's a critical bug to reuse salt between files.
2025-10-10Initial commitRose Hogenson11-0/+1312