var secret ="hello world"; encrypt=function () { var cipher = CryptoJS.AES.encrypt("password", secret); cipher = cipher.toString(); return cipher; },

Built With

Share this project:

Updates