AES Encryption method
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2023 02:10 AM
Hi,
We are trying to encrypt the http request payload content body to AES encryption method.
Test Body:
{
"test": "testing"
}
I have tried with base64encode but getting below error, when we are trying to read the encrypted values.
Error message: Input length must be multiple of 16 when decrypting with padded cipher.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2023 10:22 PM
More on....AES Encryption In C#