From 8bbbea5194c8c1c2df49cd86ebada4e1cf9b32a4 Mon Sep 17 00:00:00 2001 From: Ivan Golikov Date: Fri, 10 Jun 2022 01:08:36 +0300 Subject: [PATCH] Initial commit --- .gitignore | 2 ++ README.md | 7 +++++++ 2 files changed, 9 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4e0bbdf --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +venv/ +.idea/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..8254ab8 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Rectes + +Rectes (anagram from "secret") is self-hosted service to share secrets (like passwords) with somebody +over the network, but don't want them to appear in chats, unencrypted e-mails, etc. + +This service tries to be as anonymous as possible. The only personal information that will be stored +on a server will be IP address of the client that made request to the server.