Please, just don\'t ask me why. I just have this code in .NET that encrypt/decrypt strings of data. I need now to make \'exactly\' the same funcionality in java. I have trie
Have you made sure the .NET code uses the same padding as the Java code? I see no padding specified in the .NET code, that's why I ask.
Do you happen to have the source for the Java code, it will help find mistakes.