Skip to content

Daim-Nickel-Penny/Pass-Vault-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pass Vault

A Full Stack Applciation that stores all your password in the database. The password are encyrpted by AES-CTR encryption.

AES-CTR: An IV-based encryption scheme, the mode achieves indistinguishability from random bits assuming a nonce IV. As a secure nonce-based scheme, the mode can also be used as a probabilistic encryption scheme, with a random IV. Complete failure of privacy if a nonce gets reused on encryption or decryption.

This is the backend/server side of the application. All the express Routes are established in here. Connection with the DB is done here.

WorkFlow Diagram -->

About

A cryptic password manager web application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published