aboutsummaryrefslogtreecommitdiffstats
path: root/internal
AgeCommit message (Collapse)AuthorFilesLines
2025-10-11Add a -f flag to overwrite, and update testsRose Hogenson5-22/+255
2025-10-11Use 32 bytes of salt and add a magic headerRose Hogenson4-15/+29
2025-10-10Use a separate salt per fileRose Hogenson5-98/+64
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 Hogenson5-0/+492