For crypto-js, it was easy to use it like:
<script src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/3.1.9-1/crypto-js.js"></script>
Is there any similar option for bcrypt, so that I can add it to a static page?
For crypto-js, it was easy to use it like:
<script src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/3.1.9-1/crypto-js.js"></script>
Is there any similar option for bcrypt, so that I can add it to a static page?