21 Commits
Author SHA1 Message Date
RandyTheSilly e8ef243e87 Make input zeroization optional 2026-02-10 23:34:30 -05:00
RandyTheSilly f49248930b Rename all occurrences of "passphrase" to "password" 2026-02-10 21:14:49 -05:00
RandyTheSilly c5e259a446 Significant hardening (always work on bytes; zeroize everything); address JetBrains warnings 2026-02-10 00:33:56 -05:00
RandyTheSilly 7ceea99f35 Set static thread count; add sanity check before encryption on example program 2025-05-11 10:58:47 -04:00
RandyTheSilly f447c8a28b Remove functions that go against usage guidelines 2025-05-08 20:26:11 +00:00
RandyTheSilly d324e62474 Specify and solidify usage modes 2025-05-08 20:18:31 +00:00
RandyTheSilly 9d7417e26d Add RPC function for encrypting data 2025-05-08 19:46:18 +00:00
RandyTheSilly d4845e53ad Improve example usage info 2025-05-08 18:52:54 +00:00
RandyTheSilly e7f041bb0a Make daemon return decrypted data, not passphrase 2025-05-08 18:47:35 +00:00
RandyTheSilly ac5314396e Use multiple KDFs (add Scrypt for AES256) 2025-05-08 17:26:12 +00:00
RandyTheSilly 9314852f06 Add high-level function for calling the daemon if it is open 2025-05-04 19:38:45 -04:00
RandyTheSilly f176d57b6b Rename module path for importability 2025-05-04 14:37:41 -04:00
RandyTheSilly 5a2f2ace85 Add constants for files used by example program 2025-05-03 20:10:43 -04:00
RandyTheSilly ec358c6d0c Implement sanity check in example program 2025-05-03 20:05:02 -04:00
RandyTheSilly e4ae5b4a9d Add high-level Decrypt() and Encrypt() functions for use by importing applications 2025-05-03 19:34:26 -04:00
RandyTheSilly 55c54acfcc Correct example.go usage information 2025-05-03 18:46:54 -04:00
RandyTheSilly 111d70596a Give error handling control to importing applications 2025-05-03 18:42:55 -04:00
RandyTheSilly 146901a479 Implement AES256+GCM encryption/decryption (cascading) 2025-05-03 18:13:40 -04:00
RandyTheSilly 84bd8c3a42 Initial encryption/decryption via ChaCha20-Poly1305 2025-05-03 17:13:09 -04:00
RandyTheSilly dc262c87e8 Implement serving passphrase from daemon 2025-04-13 17:55:57 -04:00
RandyTheSilly e3d5c83968 Move daemon code to dedicated package 2025-04-02 00:18:18 -04:00