Hi,
Great work !
I'm currently switching from CryptoJS and couldn't figure out how to reach this outcome:
var encrypted = CryptoJS.AES.encrypt("Message", "Secret Passphrase");
var decrypted = CryptoJS.AES.decrypt(encrypted, "Secret Passphrase");
Any hint please?
Thank you again for the quality of this repo