joeyh

beyond lazy haskell

joeyh at

I'm idly wondering to myself if there's an easy way to AES encrypt data, keeping the data locked in memory at all times. (cuz the data is a gpg secret key..)

And then the same day, someone posts a haskell library that elegantly implements that. http://cse.iitk.ac.in/users/ppk/posts/2016-08-02-Handling-Secure-Memory-in-Raaz.html

der.hans, Douglas Perkins, Jason Self likes this.

Better done in C than in a language using heap heavily.

Jakukyo Friel at 2016-08-12T01:41:29Z