summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Collapse)AuthorFilesLines
2026-01-21Clean up some XMLRose Hogenson1-1/+1
2026-01-21XML!!!Rose Hogenson1-6/+12
2025-12-27Add Google AuthenticatorRose Hogenson1-0/+44
2025-12-07Update finditerRose Hogenson1-9/+9
2025-12-07Use /pkg pathRose Hogenson2-2/+2
2025-12-07Increase target security to 32 bytesRose Hogenson2-0/+77
2025-11-21Simplify the password hash and get rid of pbkdf2Rose Hogenson2-89/+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-07Move hole to a separate repoRose Hogenson1-129/+0
2025-10-07Print password correctlyRose Hogenson1-1/+1
2025-10-07Use a vanity URLRose Hogenson3-3/+3
2025-10-07Bring back pbkdf2Rose Hogenson3-28/+143
2025-10-06Add uploader toolRose Hogenson1-0/+91
2025-10-06Simplify simplify simplifyRose Hogenson3-88/+0
2025-10-05Bring back the notepadRose Hogenson3-0/+88
2025-10-05Implement a "magic wormhole" file-sharing solutionRose Hogenson3-435/+0
2025-10-04Allow downloading without gobRose Hogenson1-1/+5
2025-10-04Allow http multipart uploadRose Hogenson1-8/+28
2025-10-01Fix the n^2 using a linked listRose Hogenson1-3/+6
2025-09-30Allow appending to notesRose Hogenson1-49/+59
Right now it's n^2 which is a big problem (to be fixed later)
2025-09-29Implement "online authenticated encryption"Rose Hogenson1-21/+13
2025-09-28Fix vendor hashRose Hogenson1-1/+1
2025-09-28Add a gob APIRose Hogenson1-0/+322
2025-09-26Turn up all the parametersRose Hogenson1-12/+13
Hopefully this makes it secure 😳
2025-09-25Move complex crypto logic into a helper packageRose Hogenson2-9/+14
2025-09-24Rename cmd -> toolsRose Hogenson2-0/+78