jow- / ucode

JavaScript-like language with optional templating
ISC License
87 stars 24 forks source link

digest library #112

Open huafu opened 1 year ago

huafu commented 1 year ago

It would be nice to have a crypto lib with functions such as md5(string), md5_file(path), sha256(string), sha256_file(path), ...

jow- commented 1 year ago

You mean a message digest library? Crypto would be stuff like Elliptic curve, RSA etc.

We might consider https://www.hadrons.org/software/libmd/ for a digest library + binding.

huafu commented 1 year ago

You mean a message digest library?

Yeah sorry, I spent long time working with nodejs where the crypto package allows you to do such things...