How can I generate an AES secret key using window.crypto in javascript and use it to encrypt the message
I am trying to generate an AES-CBC scratch key to encrypt messages. Here is the code to generate and retrieve the key:
I am trying to generate an AES-CBC scratch key to encrypt messages. Here is the code to generate and retrieve the key: