w2ui
Home
Get started
Demos
Docs
Blog
Support
Layout
Grid
Toolbar
Sidebar
Tabs
Form
Popup
Utilities
ver 1.3
ver 1.4
ver 1.5
ver 2.0
Utilities
Overview
Properties
Methods
Other
Events
Extending
w2utils.sha256
Calculated md5 hash
sha256(str)
str
string
, string to calculate hash
Returns sha256 hash. It uses browser's crypto modeul that is available in all modern browsers.
var a = await w2utils.sha256('some text'); console.log(a);
User Comments
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus