Initial commit

This commit is contained in:
Ivan Golikov 2022-06-10 01:08:36 +03:00
commit 8bbbea5194
2 changed files with 9 additions and 0 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
venv/
.idea/

7
README.md Normal file
View file

@ -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.