Skip to content

Notes management program using c++ on console. It has features like user authentication, id and password encryption, decryption, user dashboard and custom notes management.

Notifications You must be signed in to change notification settings

DeletedAccountMarch/Notes-management-program-using-C-plus-plus-on-console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Notes-management-program-using-C-plus-plus-on-console

Notes management program using c++ on console. It has features like user authentication, id and password encryption, decryption, user dashboard and custom notes management.

How to run the code?

Its really very simple to run the code. Clone the repository on your folder, If you are using visual studio code then simply run main.cpp file then the program will run without any problem.

How it works?

  1. First run the code and you can choose option to either login or register a new account

image

  1. Now you can register a new account if you are first time using the program, it will show successful message when account register is completed

image

  1. Now a new file will be automatically created after account registration is successful that will act as a database which holds the encrypted value of the user registration and another text file will also be created based on users username that will hold the note of user.

image

image

  1. Now you can login to your account, If your account login details doesn't match then it will show you this alert and program will be closed

image

  1. After running program again you can enter the correct login detail of your account and you will get access to the dashboad.

image

  1. Here you can create a new notes, view your last note or logout from your account. If you click on notes then it will ask you to enter details on your notes like this -

image

  1. Once it shows successful message then you can see the written notes on the created file like this -

image

  1. Now next time when you login to your account then you can view your previous note or overwrite it will your newer notes.

This was my simple and interesting program using c++, We have encryption and decryption algorithm you can also modify the code according to your requirements.

About

Notes management program using c++ on console. It has features like user authentication, id and password encryption, decryption, user dashboard and custom notes management.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages