tel / saltine

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

Auto-wipe keys #41

Closed hce closed 6 years ago

hce commented 6 years ago

It'd be nice if the memory used to store (private, symmetric) keys was wiped automatically when the keys are gc'ed.

What do you think of the idea/would you accept a patch for that?

linearray commented 6 years ago

I think you mean the same as #13? Sure, I think this would be a great addition.

hce commented 6 years ago

Yup, it's a duplicate; hadn't seen #13.