Initial commit
This commit is contained in:
commit
8bbbea5194
2 changed files with 9 additions and 0 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
venv/
|
||||||
|
.idea/
|
7
README.md
Normal file
7
README.md
Normal 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.
|
Loading…
Reference in a new issue