jjzjj

TPLockBox3

全部标签

php - TPLockBox3 和 PHP - AES 在 Delphi 中加密,在 PHP 中解密

我在使用lockbox3和PHPmcrypt时遇到了麻烦。我无法将IV传递给PHP。Delphicode:varCodec:TCodec;CL:TCryptographicLibrary;PlainStream:TStringStream;CipherStream:TMemoryStream;beginPlainStream:=TStringStream.Create(Edit1.Text);CipherStream:=TMemoryStream.Create;CL:=TCryptographicLibrary.Create(nil);Codec:=TCodec.Create(nil)