Accuracer: The First And Only Cross-Platform BDE Replacement
Client-Server Single-File Embedded Database with SQL for Delphi / C++Builder / Kylix


TACRCryptoParamsEditor.Key
TACRCryptoParamsEditor
Top 

Sets a binary key for the encryption and decryption.

Delphi syntax:
property
Key[Index: Integer]: Byte;

C++ syntax:
__property
Byte Key[int Index] = {read=GetKeyValue, write=SetKeyValue};

Description
Set Key to specify the binary encryption key.
Password property will be set the empty string automatically when you change the Key value.
In this case encryption and decryption routines will use the key you have set instead of the password.
You can use SetKey to specify and GetKey to get the binary encryption key.


© AidAim Software Accuracer: