TITLEDarkNet Logo
DarkNet
Home
Purchase
Contact
In Action
 
General
Performance
Ease of use
Asynchronous
Error System
Documentation
Demo Code
 
Protocol
Instances
Packets
Encryption
Compatibility
Disconnecting
Demo - Cube World
 
NAT Traversal
 
Input
Output
 
Firewall

 

 

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.

ScreenshotScreenshot of DarkNet application. Data has been encrypted and decrypted.

Executable

Download

Code

C++

C#

VB.NET

DarkBASIC Pro

 

© Copyright Michael Pryor