我在使用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)