Skip to content

Jikjii/password_vault

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

password_vault

Technologies

  • Fastify
  • Typescript
  • Next.js
  • Chakara UI
  • MongoDB

Algorithms used

  • SHA256
  • Argon2
  • pbkdf2
  • AES256

Register

flowchart LR
    id1(Client - Hashed Password with SHA256) --> id2(Server - Hashed password with Argon2 / Create User / Create salt for vault / Create Vault)
Loading

Login

flowchart LR
    id1(Client - Hashed Password with SHA256) --> id2(Server - Find User / Find Vault / Sign JWT / Send back encrypted vault, vault salt, user and JWT)
Loading

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages