F
fangj
Unregistered / Unconfirmed
GUEST, unregistred user!
我需要在delphi 7.0中用triple des 加密,然后用c#.net解密
.net加密算法为:
byte[] sourceArray = new Encryptor(EncryptionAlgorithm.TripleDes).Encrypt(destinationArray, C_XstKey);
怎样写delphi 7.0的加密算法,谢谢!
.net加密算法为:
byte[] sourceArray = new Encryptor(EncryptionAlgorithm.TripleDes).Encrypt(destinationArray, C_XstKey);
怎样写delphi 7.0的加密算法,谢谢!