Skip to content

NeoSahadeo/Helios3BackendPublic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helios3 Backend

The backend written in Python using Django's REST Framework.

What is Helios3

Helios3 is the 3rd iteration of my line of password managers. It is by far the most secure and the most sophisticated yet.

Security

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.

Future plans

  • Add 2fa

About

The backend for Helios3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages