Encryption and Decryption
Built into the packet system is encryption capability using the Advanced Encryption Standard.
First a key is created using mnCreateKey128, mnCreateKey192 or mnCreateKey256; the higher the number the stronger the encryption.
mnEncrypt is used to encrypt the data and mnDecrypt is used to decrypt the data. The keys used must be the same or the data will not be properly decrypted.
Screenshot
Executable
Download
Code
C++
C#
VB.NET
DarkBASIC Pro
|