Skip to content

xkrisl/AES-SecureStrings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AES-SecureStrings (Server, Client and String Builder)

Header

This originally started as an old project a couple of years ago. Decided to remake this and use .NET core instead. Also, I'm using SimpleTCP to handle the connection vs. UDP.

Above you can see a screenshot showing how all of this works. The client (running on Windows) sends the encrypted string to the server (running on Linux). The server will receive, parse and decrypt the string and send it back to the client. Packets are masked with a simple XOR.

I've also included a easy-to-use string builder.

Setup

Server:
Config_Port.txt: Define the port you want the server listening on.
Config_AESPassword.txt: Define the password that will decrypt your incoming strings.
Client:
ServerAddress.txt: Define the decryption server's IP and Port.

About

Decrypt strings with a server-side application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages