aes-example
aes-example copied to clipboard
app.component.ts (48,51): Property 'ciphertext' does not exist on type 'WordArray'.
Hi, Thank you for nice example, I followed as per your instructions but, getting error in this line
var ciphertext = encrypted.ciphertext.toString(CryptoJS.enc.Base64);
getting error as Property 'ciphertext' does not exist on type 'WordArray'.
Please help me to solve this issue.