mnCreateKey192

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.

Parameters

long long int Key1: Password part 1

long long int Key2: Password part 2

long long int Key3: Password part 3

Returns (Long Long Integer)

The key that has been created if no error occurred.

-1 if an error occurred.

Present in

C++

DBP

.Net




This page is in the following sections:
(2) Packets
(1) Miscellaneous
(0) DarkNet Help