Discuss this help topic in SecureBlackbox Forum
Specifies the salt length.
Declaration
[VB.NET]
Property SaltLength As Integer
[Pascal]
property SaltLength : integer;
[C++]
int32_t get_SaltLength();
void set_SaltLength(int32_t Value);
[PHP]
integer get_SaltLength()
void set_SaltLength(integer $Value)
[Java]
int getSaltLength();
void setSaltLength(int Value);
Description
Use this property to specify the salt length in bytes.
The default value is 32 (256 bit).
Discuss this help topic in SecureBlackbox Forum