MsgCommunicator: Delphi Instant Messaging (IM) SDK
for easy creation of custom messenger system


TMsgCryptoParamsEditor.CryptoAlgorithm
TMsgCryptoParamsEditor
Top 

Specifies an algorithm for the encryption and decryption.

Delphi syntax:
property
CryptoAlgorithm: TCPSCryptoAlgorithm;

C++ syntax:
__property
TCPSCryptoAlgorithm CryptoAlgorithm = {read=FCryptoAlgorithm, write=FCryptoAlgorithm, nodefault};

Description
Set CryptoAlgorithm to specify the encryption algorithm. Different algorithms have different cryptographic security as well as different encryption and decryption speeds. This product has the wide variety of the encryption algorithms which set by the following values:

·craNone  
·craRijndael_128  
·craRijndael_256  
·craBlowfish  
·craTwofish_128  
·craTwofish_256  
·craSquare  
·craDES_Single_8  
·craDES_Double_8  
·craDES_Double_16  
·craDES_Triple_8  
·craDES_Triple_16  
·craDES_Triple_24  



© AidAim Software MsgCommunicator: