Very new to JavaScript I am.
What I think I know
- There's the
CryptoJS
module for the frontend. - There's a
Closure Library
by Google.
I tried
- Using the
CryptoJS
module. But I didn't get the hexadecimal hash. - Using the closure library according to this doc, this example and from this cdn.
But my question is
- Is there a native crypto library on browser?