0

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?

2
  • 1
    First result of googling "cdn bcryptjs" gives you this. Have you even tried to find it on your own? Commented Jun 13, 2023 at 2:44
  • actually I was lacking the right key words, I was using sort of elaborated words for searching, in vain. Commented Jun 13, 2023 at 15:52

1 Answer 1

1

You can find it on jsDelivr. I'd have to note that bcryptjs (last update was 6 years ago - quite old) is a modified version of bcrypt (last update was 8 months ago - it's the official version anyway). if you want to use bcryptjs, find it on jsDeliver too (yet not recommended).

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.