aboutsummaryrefslogtreecommitdiffstats
path: root/dec/dec.go
AgeCommit message (Collapse)AuthorFilesLines
2025-10-23Use one binary with subcommandsRose Hogenson1-19/+0
2025-10-11Move some tests aroundRose Hogenson1-47/+3
2025-10-11Add a -f flag to overwrite, and update testsRose Hogenson1-9/+24
2025-10-10Use a separate salt per fileRose Hogenson1-3/+2
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/+49