C# encryption shows difference result than Java equivalent
I have a piece of Java code that I need to convert to C#. The original Java code looks like below
C# encryption shows difference result than Java equivalent
I have a piece of Java code that I need to convert to C#. The original Java code looks like below
Same encryption algorithm in c# and java produces different output
I have C# code to encrypt password. I want to convert it to java. The converted java code produces different encrypted string than c#.
What can i do so that output is same for both java and c#.