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

Learn how to build AES encryption which interoperates between Java and JavaScript

Results 2 aes-example issues
Sort by recently updated
recently updated
newest added

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...

It would be great to have a 256-bit version as well, thank you