Skip to content

React chrome extension with FastAPI backend made for encrypted passwords storing

License

Notifications You must be signed in to change notification settings

An9rewRyan/Securepass-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SECUREPASS PROJECT

Chrome extension with fastapi backend for password storing

Some facts:

  • Argon2 is used for hashing passwords
  • Postgresql as database
  • Now app supports registration via api in chrome extension
  • Authentication build upon JWT technology
  • API was tested with postman