tel / saltine

Cryptography that's easy to digest (NaCl/libsodium bindings)
https://github.com/tel/saltine
MIT License
61 stars 29 forks source link

Use securemem to store keys #13

Open tel opened 10 years ago

tel commented 10 years ago

Vincent Hanquez has a nice package securemem which auto-scrubs memory when it goes out of scope. This is really useful for implementing keys.

linearray commented 3 years ago

libsodium also has functions for this, maybe that works just as well and it's a dependency less.