We have the following situation. We need to AES decrypt from a base64 string, where the base64 (if decoded) is composed of the IV followed by the encrypted bytes. How can this be done simply?
↧
We have the following situation. We need to AES decrypt from a base64 string, where the base64 (if decoded) is composed of the IV followed by the encrypted bytes. How can this be done simply?