summaryrefslogtreecommitdiffstats
path: root/tools/hashpw
AgeCommit message (Collapse)AuthorFilesLines
2025-12-07Increase target security to 32 bytesRose Hogenson1-0/+35
2025-11-21Simplify the password hash and get rid of pbkdf2Rose Hogenson1-46/+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-11-10Confirm passwordRose Hogenson1-0/+10
2025-10-28Switch to cclRose Hogenson1-1/+3
2025-10-07Print password correctlyRose Hogenson1-1/+1
2025-10-07Use a vanity URLRose Hogenson1-1/+1
2025-10-07Bring back pbkdf2Rose Hogenson1-0/+34
2025-10-06Simplify simplify simplifyRose Hogenson1-32/+0
2025-10-05Bring back the notepadRose Hogenson1-0/+32
2025-10-05Implement a "magic wormhole" file-sharing solutionRose Hogenson1-31/+0
2025-09-25Move complex crypto logic into a helper packageRose Hogenson1-6/+3
2025-09-24Rename cmd -> toolsRose Hogenson1-0/+34