2
Answers

Encryption and decryption the Data with Secret key

Sanjeev Kumar

Sanjeev Kumar

Jun 22
418
1

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.....

Answers (2)