paragonie / pco_prototype

PCO - PHP Crypto Objects
Do What The F*ck You Want To Public License
12 stars 1 forks source link

How about a memzero() in the destructor of the key class? #8

Open thebigb opened 8 years ago

paragonie-scott commented 8 years ago

Yep, that's what Halite does. I was going to do that here too.

ext/openssl doesn't have a memzero, but we can do that manually in C.