Discuss this help topic in SecureBlackbox Forum
Specifies encryption algorithm.
Declaration
[C#]
int EncryptionAlgorithm;
[VB.NET]
Property EncryptionAlgorithm As Integer
[Pascal]
under development
[C++]
int32_t get_EncryptionAlgorithm();
void set_EncryptionAlgorithm(int32_t Value);
[PHP]
integer get_EncryptionAlgorithm()
void set_EncryptionAlgorithm(integer $Value)
[Java]
int getEncryptionAlgorithm();
void setEncryptionAlgorithm(int Value);
Values:
Description
This property specifies the algorithm used for encrypting data.
The default value is SB_ALGORITHM_CNT_BLOWFISH.
Discuss this help topic in SecureBlackbox Forum