https://github.com/vivekpatel111/v-pass-manager
V Pass Manager manages passwords, bank account details, secure notes, etc. by securing it with encryption key. This project was made only for learning purpose only.
https://github.com/vivekpatel111/v-pass-manager
borland-cpp c-plus-plus learning password-manager
Last synced: 7 months ago
JSON representation
V Pass Manager manages passwords, bank account details, secure notes, etc. by securing it with encryption key. This project was made only for learning purpose only.
- Host: GitHub
- URL: https://github.com/vivekpatel111/v-pass-manager
- Owner: vivekpatel111
- License: mit
- Created: 2018-05-14T19:52:39.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-25T11:44:22.000Z (almost 8 years ago)
- Last Synced: 2025-06-03T20:58:05.197Z (10 months ago)
- Topics: borland-cpp, c-plus-plus, learning, password-manager
- Language: C++
- Size: 3.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# :lock_with_ink_pen: V Pass Manager :closed_lock_with_key:

V Pass Manager manages passwords, bank account details, secure notes, etc. by securing it with encryption key. This project was made only for _learning purpose only_.
*This program is tested using Borland C++ Compiler.*
## File Structure
| File Name | Description |
| --- | --- |
| APP.CPP | main application |
| INCLUDE.CPP | includes declaration and definitions |
| ABTHELP.CPP | help menu functions |
| MENU.CPP | app menu functions |
| MENUHELP.CPP | app menu help functions |
| ENCRYPT.CPP | encryption utility functions |
| LICENSE.CPP | license file utility function |
## Screenshots
### Application
> Main Application Window

> About Us

> Exit Screen

### Authentication
If you're running program as is then below are the creds for auth:
Username : `admin`
Password : `password`
> Log-in Screen

> Log-in Successful

> Log-in Failed


> Log-out Screen

### Menus
> Add Data Menu

> Export Menu

> Settings Menu

For more menu screenshots, go [here](screenshots/menu/).
### Help Menu
> Help Delete Data Menu

> Help Export Data Menu

> Help Recovery Data Menu

For more help screenshots, go [here](screenshots/help/).
### License






#### When you decline to accept license aggrement, you'll get this :point_down: :joy: :stuck_out_tongue_winking_eye:

*This project is licensed under the terms of the MIT license.*