Vikas Sharma

Results 2 comments of Vikas Sharma

Same issue, any solution ???

I tried this: `const cipherText = CryptoJS.AES.encrypt(uri, keyStringSelect, { iv: ivStringSelect, mode: CryptoJS.mode.CBC, padding: CryptoJS.pad.Pkcs7, blockSize: 256 / 16, });` but it didn't work.