Bharath Bellamkonda

Results 1 comments of Bharath Bellamkonda

anyone figured out this one . its returning a null. heres the code for decrypting .. router.decryptData = function (ciphertext) { const bytes = CryptoJS.AES.decrypt(ciphertext, config.ENCRYPTION_SALT); try { return JSON.parse(bytes.toString(CryptoJS.enc.Utf8))...