CryptoJs generating wrong size key
Why crypto js is generating 40 bytes from below code var salt = CryptoJS.enc.Utf8.parse(this.tokenFromUI); console.log(bytes); var hasher = CryptoJS.algo.SHA1; var
Continue readingFind answers to your angular js questions
Why crypto js is generating 40 bytes from below code var salt = CryptoJS.enc.Utf8.parse(this.tokenFromUI); console.log(bytes); var hasher = CryptoJS.algo.SHA1; var
Continue readingMy backend AES-128 decryption logic is correct as when i do AES-128 encryption in java then it decrypts it properly.
Continue readingI am trouble, how to do encryption/decyption using crypto js in ionic4? I have written code for encryption decryption in
Continue reading
Recent Comments