aboutsummaryrefslogtreecommitdiffstats
path: root/enc
AgeCommit message (Collapse)AuthorFilesLines
2025-10-23Use one binary with subcommandsRose Hogenson1-19/+0
2025-10-11Move some tests aroundRose Hogenson2-224/+3
2025-10-11Add a -f flag to overwrite, and update testsRose Hogenson2-18/+186
2025-10-11Use 32 bytes of salt and add a magic headerRose Hogenson1-1/+1
2025-10-10Use a separate salt per fileRose Hogenson1-10/+4
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 Hogenson1-0/+78