aboutsummaryrefslogtreecommitdiffstats
path: root/dec/dec.go
AgeCommit message (Collapse)AuthorFilesLines
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