summaryrefslogtreecommitdiff
path: root/src/encryption.h
AgeCommit message (Collapse)Author
2025-03-31Decouple the checksodiumcb function from ALWAYS_CHECK_LIBSODIUM into its own ↵@syxhe
macro
2025-03-30Create encryption functions that actually work@syxhe
2025-03-23Fix a whole bunch of shit, create an arena implementation@syxhe
2025-01-27Write encrypttotmp, fuck up decryption again@syxhe
2025-01-19Write example code for generating, storing, and verifying a password@syxhe
2025-01-11Fix genpassword function, delete buggy (v)asprintf implementation(s)@syxhe
2025-01-11First pass at genpassword@syxhe
2025-01-10Create a dictionary of password words@syxhe
2025-01-09Figure out why linking wasn't working@syxhe
2025-01-06Start work on encryption@syxhe