UNPKG

easy-sha256

Version:

A Simple and Easy way to use SHA256 in the browser or in NodeJS

6 lines (5 loc) 168 B
<script src="https://cdn.trat.chat/sha256.min.js"></script> <script> document.write(Sha256.hash('abc')) // Writes the SHA256 of abc into your browser window. </script>