SecureCrypt is a pluggable encryption & routing framework for Python that supports:
- Multiple encryption engines (bcrypt, hash-based, custom)
- Flexible
.securecrypt.allroutessyntax for route configuration - Multiple database backends (SQLite, MySQL, PostgreSQL, in-memory)
- Easy swapping of engines and routes
pip install securecrypt