commit 8bbbea5194c8c1c2df49cd86ebada4e1cf9b32a4 Author: Ivan Golikov Date: Fri Jun 10 01:08:36 2022 +0300 Initial commit 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.