i need a equvalent c# code for the java code which is in this link
https://howtodoinjava.com/security/java-aes-encryption-example/
im receiving the encrypted text from java project using the same exact program in the weblink...
but i cant decrypt that cipher text in c# ....
thanks in advance..

hlipper jonnPosted Oct 2, 2023, 7:02 AM
Try this detailed tutorial on....AES Encryption in C#
https://net-informations.com/csharp/adv/aes.htm
Abhishek MishraPosted Aug 20, 2019, 10:44 PM