summaryrefslogtreecommitdiffstats
path: root/internal
AgeCommit message (Collapse)AuthorFilesLines
2025-09-25Make CheckPassword a methodRose Hogenson1-4/+4
This works better in godoc
2025-09-25Move complex crypto logic into a helper packageRose Hogenson3-33/+252
2025-09-25Use AES-CTR-HMAC-SHA256 instead of AES-GCMRose Hogenson1-8/+17
2025-09-24Tweak defaultIterations for tanjiroRose Hogenson1-1/+1
2025-09-24Use PBKDF2-HMAC-SHA512 for key derivationRose Hogenson1-19/+7
2025-09-23Use HKDF to expand key into both auth and encryptRose Hogenson1-6/+18
I guess having the password hash depend on the encryption key isn't a great idea. Let's make them independent using hkdf
2025-09-23Combine password hash and salt secretsRose Hogenson1-0/+2
2025-09-23Encrypt notepad at restRose Hogenson1-3/+3
2025-09-23Use pbkdf2 for password hashing instead of sha512Rose Hogenson1-0/+22