CryptoPressStream:
Delphi / C++Builder Streaming Compression Library
with Strong Encryption


TCPSCryptoParamsEditor.Password
TCPSCryptoParamsEditor
Top 

Specifies the password for encryption and decryption.

Delphi syntax:
property
Password: string;

C++ syntax:
__property
AnsiString Password = {read=FPassword, write=FPassword};

Description
Set Password for encryption and decryption processes.
If the Password value is not empty it will be used for encryption and decryption, otherwise the binary key specified by SetKey, Key or MakeRandomKey will be used.


© AidAim Software CryptoPressStream: