summaryrefslogtreecommitdiffstats
path: root/tools/finditer
AgeCommit message (Collapse)AuthorFilesLines
2025-12-07Increase target security to 32 bytesRose Hogenson1-0/+42
2025-11-21Simplify the password hash and get rid of pbkdf2Rose Hogenson1-43/+0
Since the password already has 16 bytes of security, pbkdf2 isn't necessary here. We can use a simple sha256. I promise to pick a secure password.
2025-10-07Use a vanity URLRose Hogenson1-1/+1
2025-10-07Bring back pbkdf2Rose Hogenson1-0/+43