about summary refs log tree commit diff
path: root/README.md
blob: 8421789778236747f890d5d9a8c9ac0b506c84db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# encrypted-chat
Old chat client and server I made with easily customizable encryption.

## Encryption
Change the encrypt and decrypt methods in encryption.hpp
## Run
./server
./client -i IP
(see all arguments in print_help())
## Compile
Made on void linux. To compile just make it.

## License
GPL v3