From 4a409d12a8fc8afe258b0ab3885ed572164b76a4 Mon Sep 17 00:00:00 2001 From: Marc Date: Mon, 1 Oct 2018 23:34:20 +0200 Subject: [PATCH] Documentation Update --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 210cae3..2952819 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ # KameKazi -Self destructing messages -# App is live here: +KameKazi is a project that allows you to send secure messages. +Each message receives a completely unique ID and is encrypted, so absolutely nobody can see the message without the key, not even with access to the database. +All messages are destroyed as soon as the receiver opens them. +The project has been written in Golang. + +# The project is live here: https://kamekazi-169920.appspot.com @@ -24,4 +28,4 @@ Also make sure to star the repository. ### Disclaimer -Yes, documentation is bad. PR's that fix documentation are also welcome :) +Yes, documentation is bad. PR's that improve the documentation are welcome! =)