awnumar / memguard

Secure software enclave for storage of sensitive information in memory.
Apache License 2.0
2.5k stars 123 forks source link

feature: re-add the wipebytes function #59

Closed awnumar closed 6 years ago

awnumar commented 6 years ago

Re-add the WipeBytes function in light of the issue raised in #58. Also added a warning about its potential limitations to its documentation.

The implementation has also been improved.

Closes #58.