Closed
Description
This issue was originally filed by jack.palevich@gmail.com
Please add a crypto library that allows computing hashes and encrypting / decrypting data.
The specific algorithm I want is to compute md5 hashses, but you might as well provide a general library.
Two models to look at for inspiration:
go's crypto package:
node.js's crypto library: