Encrypted string From Delphi to C#

后端 未结 4 844
猫巷女王i
猫巷女王i 2021-01-14 07:06

i am trying to decrypt one string in c# encrypted in Delphi with Cipher1 3.0, Part I from Delphi Encryption Compendium. I use TCipher_Rijndael.

string that i encr

4条回答
  •  梦谈多话
    2021-01-14 07:50

    Try going the other way. i.e. encrypt the string in c# and see if it matches. See if your C# solution can even eat its own dogfood.

提交回复
热议问题