Questions
Tags
Sign In
Is there a built in function MD5 from JS?
Is there any built-in hash function in JS? What algorithms are currently supported?
JavaScript
ayden_Anderson
asked
July 9th 19 at 12:49
Related questions
2
Python: how to check if there are any files in the directory?
2
How to add data attribute while creating the element?
3
What happens in the database, if the user clicks "Buy" a product?
0
QEMU-KVM how to allocate memory. cores, disk for VM:?
2
How to get values from XML?
4
Why, after transform: the rotate if blur get the content: photos, text, boarders etc?
2
How to change the image size in the output?
1
How to disable/increase the limit of SMS sent via the android app?
More answers about
"Is there a built in function MD5 from JS?"
1
answer
Edwin.Abbo
answered on
July 9th 19 at 12:51
Solution
Built-in function no.
There is a library with a large number of hash functions
https://github.com/brix/crypto-js
there are a bunch of separate implementations of md5, for example
https://github.com/blueimp/JavaScript-MD5
Please
sign in
or
sign up
to write your answer or comment.
Find more questions by tags
JavaScript