Search code examples
javascriptgoogle-codecryptojs

Crypto-JS is now missing on google codes


I was using the online version of Crypto-Js hosted on google codes see below:

<script src="https://crypto-js.googlecode.com/svn/tags/3.0.2/build/rollups/hmac-sha256.js"></script>
<script src="https://crypto-js.googlecode.com/svn/tags/3.0.2/build/components/enc-base64-min.js"></script>

Then yesterday my website suddenly crashed, and I find out that the host doesn't exist anymore. Am I the only one using this link? Did they move it to a different link?

crypto-js


Solution

  • There are few ways to get the CryptoJs codes.

    1. Get from the google code archive : Crypto-Js
    2. CDN : CryptoJs CDN

    Note

    This answer might get outdated through time and I cant really track it and this solution might not work in the future, if so, just comment here so I can update it :)