themis
themis copied to clipboard
Secure heap allocations
Some backends provide primitives for secure heap allocations, like OPENSSL_secure_malloc(). It would nice to consider storing various sensitive data like private keys there.
For Go, there is https://github.com/awnumar/memguard.