The backend written in Python using Django's REST Framework.
Helios3 is the 3rd iteration of my line of password managers. It is by far the most secure and the most sophisticated yet.
Default Django CSRF / middleware.
The database is encrypted using Django-Cryptography, which uses symmetrical encryption to store passwords.
Token managment is built with Django-Rest-Knox.
PBKDF2 is swapped out for the far better Argon2-cffi
All requests besides login requires an auth token.
- Add 2fa