jshashes
jshashes copied to clipboard
Fast and dependency-free cryptographic hashing library for node.js and browsers (supports MD5, SHA1, SHA256, SHA512, RIPEMD, HMAC)
I am developing an OpenHarmony application and have JavaScript compatibility issues. Can you support the OpenHarmony version? I am willing to participate in the development of adaptation and look forward...
does this SHA256 compatible with php hash ?
Can anyone tell me how can i use this code for aws signature generation. It is step 3 of aws signature generation. Link of aws doc : https://docs.aws.amazon.com/general/latest/gr/sigv4-calculate-signature.html Signature generated...
I would be nice with an example of how to use HMAC. Are there any restrictions on salt? Length/format ?
Is there any way to calculate incrementally?
This is a great package, and thank you so much for it! However, I think it could be improved if each algorithm was it's own file, for those of us...
Hi! The current example subfolders "client" and "server" make it look like this would be a client/server application. From the code it looks more like the "client" scripts are meant...
Hi! https://www.npmjs.com/package/jshashes currently shows "none" as the license. I think you'll need a simple SPDX identifier string as the `license` field value. If I understand https://spdx.org/licenses/BSD-3-Clause.html correctly, the correct value...