about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorUbuntu <baitinq@Peces.qluofd4gyjdubpy0ojfn3gxkic.bx.internal.cloudapp.net>2020-06-05 17:12:19 +0000
committerUbuntu <baitinq@Peces.qluofd4gyjdubpy0ojfn3gxkic.bx.internal.cloudapp.net>2020-06-05 17:12:19 +0000
commitc739aa0cf8fc885c8cad79d2d639d0ecd49bd5ae (patch)
tree66fb3ec1af228082fab674e9aa98ba17d6b9cb44 /README.md
downloadencrypted-chat-c739aa0cf8fc885c8cad79d2d639d0ecd49bd5ae.tar.gz
encrypted-chat-c739aa0cf8fc885c8cad79d2d639d0ecd49bd5ae.tar.bz2
encrypted-chat-c739aa0cf8fc885c8cad79d2d639d0ecd49bd5ae.zip
Release HEAD master
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..8421789
--- /dev/null
+++ b/README.md
@@ -0,0 +1,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