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.
- Host: GitHub
- URL: https://github.com/daim-nickel-penny/pass-vault-server
- Owner: Daim-Nickel-Penny
- Created: 2021-04-24T14:04:51.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-25T16:09:46.000Z (about 4 years ago)
- Last Synced: 2025-01-08T10:44:38.206Z (5 months ago)
- Topics: crypto, expressjs, mysql-database, nodejs
- Language: JavaScript
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 -->
![]()