ImageEn, unit iexUtils

TIEHashStream.Decrypt

TIEHashStream.Decrypt


Declaration

procedure Decrypt(SourceStream, DestStream: TStream; const Password: AnsiString);


Description

Decrypt a stream with the given password.

Note: An exception is not raised if the specified password is incorrect. So you should use a different method to validate the data)


See Also

Encrypt
EncryptString
DecryptString
IEDecryptString