An open API service indexing awesome lists of open source software.

https://github.com/daim-nickel-penny/pass-vault-server

A cryptic password manager web application.
https://github.com/daim-nickel-penny/pass-vault-server

crypto expressjs mysql-database nodejs

Last synced: 4 months ago
JSON representation

A cryptic password manager web application.

Awesome Lists containing this project

README

        

## 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 -->