Skip to content

Instantly share code, notes, and snippets.

View mohdashraf010897's full-sized avatar
✌️
Collaborating

Mohd Ashraf mohdashraf010897

✌️
Collaborating
View GitHub Profile
var Crypto = Class.create();
Crypto.prototype = {
initialize: function() {
/**
* CryptoJS core components.
*/
var CryptoJS = CryptoJS || (function (Math, undefined) {
/**
* CryptoJS namespace.