You are reading a single comment by @d0773d and its replies. Click here to read the full conversation.
  • @Gordon @Stevie I finally got this to work :-) I needed to work with the buffer[] array. Now, all I need to figure out is create a random IV and MAC the encrypted data.

    How do I work with function arguments? I would like to pass in the Key, IV, hashkey and what every data needs to be encrypted. I want to execute Crypto.aescbc(key, iv, hashKey, data);

About

Avatar for d0773d @d0773d started