Node.js - hash alghoritms implementation

56 Views Asked by At

I have a question, is there any module that contains implementations of all hashing algorithms? I mainly care about MD5, SHA-256 and Whirlpool.

I heard about the crypto module, but I can't find if it has the Whirlpool algorithm.

If there is a solution in another programming language then please write one that offers it. I want the module or library to contain all 3 algorithms that I listed.

0

There are 0 best solutions below