Self-hosted service for secrets sharing
Find a file
2022-06-12 15:33:14 +03:00
src/rectes Hello, world 2022-06-12 13:47:07 +03:00
.gitignore Project packaging 2022-06-12 13:50:05 +03:00
.pre-commit-config.yaml Run Black + Flake8 + isort before commit automatically 2022-06-12 15:33:14 +03:00
LICENSE Added BSD-3 license 2022-06-10 01:46:31 +03:00
pyproject.toml Run Black + Flake8 + isort before commit automatically 2022-06-12 15:33:14 +03:00
README.md Updated README with info about technologies which are used in this project 2022-06-12 13:50:48 +03:00
setup.cfg Run Black + Flake8 + isort before commit automatically 2022-06-12 15:33:14 +03:00

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.

Service is built with Python, FastAPI and is using Redis for data storage.