Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Crypto-JS is now missing on google codes

Tags:

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

like image 394
CENT1PEDE Avatar asked May 13 '16 03:05

CENT1PEDE


2 Answers

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 :)

like image 161
CENT1PEDE Avatar answered Sep 20 '22 17:09

CENT1PEDE


You can use cloudfare CDN, they still have the files. Below are the links

https://cdnjs.cloudflare.com/ajax/libs/crypto-js/3.1.2/components/core-min.js

https://cdnjs.cloudflare.com/ajax/libs/crypto-js/3.1.2/rollups/hmac-sha512.js

like image 20
Aditya Agarwal Avatar answered Sep 19 '22 17:09

Aditya Agarwal