We use AES 256 algo rhythm for encryption.
1. Mode : ECB
2. Key Size : 256 bits
3. Secrete key : own key.
4. Output Text format : Base 64 in c#
i am apply multiple C# sharp code but my encrption data is different checking with website(AES Encryption and Decryption Online (devglan.com))
please help any one on urgent basis.....

Sanjeev KumarPosted Jun 24, 2024, 8:34 AM
Hi Sir
a am apply this code but encryption value is different
this code is apply encryption value: DaFIzm+1j3DLhZ4J9pFUzQ==
Mayooran NavamanyPosted Jun 23, 2024, 4:28 AM
Here is a simple implementation in C#:
Add the necessary imports:
Notes:
key) is exactly 32 bytes long.How to Test:
"your_32_byte_long_secret_key_here"with your actual 32-byte key."Hello, World!"with your actual plaintext data.