This command creates a key to be used
with mnEncrypt or mnDecrypt. The key data is of 192 bits in size. The
higher the key size the stronger the encryption. However, a stronger
encryption is more resource intensive.
The key parameters act as a password,
only those who know the key values will be able to decrypt the packet.
The same key must be used to encrypt as is used to decrypt if the process is to be completed properly.
long long int Key1: Password part 1
long long int Key2: Password part 2
long long int Key3: Password part 3
The key that has been created if no error occurred.
-1 if an error occurred.
C++
DBP
.Net