| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-12-07 | Update finditer | Rose Hogenson | 1 | -1/+1 | |
| 2025-12-07 | Increase target security to 32 bytes | Rose Hogenson | 1 | -0/+18 | |
| 2025-11-21 | Simplify the password hash and get rid of pbkdf2 | Rose Hogenson | 1 | -18/+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-07 | Bring back pbkdf2 | Rose Hogenson | 1 | -0/+18 | |
| 2025-10-06 | Simplify simplify simplify | Rose Hogenson | 1 | -44/+0 | |
| 2025-10-05 | Bring back the notepad | Rose Hogenson | 1 | -0/+44 | |
| 2025-09-25 | Move complex crypto logic into a helper package | Rose Hogenson | 1 | -33/+0 | |
| 2025-09-25 | Use AES-CTR-HMAC-SHA256 instead of AES-GCM | Rose Hogenson | 1 | -8/+17 | |
| 2025-09-24 | Tweak defaultIterations for tanjiro | Rose Hogenson | 1 | -1/+1 | |
| 2025-09-24 | Use PBKDF2-HMAC-SHA512 for key derivation | Rose Hogenson | 1 | -19/+7 | |
| 2025-09-23 | Use HKDF to expand key into both auth and encrypt | Rose Hogenson | 1 | -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-23 | Combine password hash and salt secrets | Rose Hogenson | 1 | -0/+2 | |
| 2025-09-23 | Encrypt notepad at rest | Rose Hogenson | 1 | -3/+3 | |
| 2025-09-23 | Use pbkdf2 for password hashing instead of sha512 | Rose Hogenson | 1 | -0/+22 | |
