aes-example icon indicating copy to clipboard operation
aes-example copied to clipboard

app.component.ts (48,51): Property 'ciphertext' does not exist on type 'WordArray'.

Open Chandrakala14 opened this issue 7 years ago • 0 comments

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.

Chandrakala14 avatar Sep 08 '17 06:09 Chandrakala14