564
edits
Line 40: | Line 40: | ||
SHA 256 hashes are handy for storing passwords and generating checksums (among other uses) | SHA 256 hashes are handy for storing passwords and generating checksums (among other uses) | ||
Example code uses the hashing API | Example code uses the hashing API, using the constructor '''window.crypto.hash''' | ||
<pre class="brush:js;toolbar:false;"> | <pre class="brush:js;toolbar:false;"> |
edits