Skip to content

AishwaryaNair687/Database_Encryption_in_C-plus-plus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C/C++ Project

  • Database SQL to store all the users and their details

  • SignUp Page

  • Login Page

  • Encryption

  • admin user who can delete users or edit their details

  • normal user can login and view their details

Badges

Run on Repl.it

about the Project

When program will start there will be a menu for signup login or exit we can sign up as a new user or login just like a menu driven program in signup and login password will be converted into cypher text then stored in data base any algorithm for encryption will work learned few of them in ISF subject. In signup we take name username rollno phone & password let college name be same for all then store it in database using a external library. in login we will check the user exist from database and then decrypt the pass then check after succesfull login we will be logged in. there will be a admin username who can delete users . after logging in we will display their details and create a text file with user's name which will include their details.Users can upload file and get their text encrypted or decrypted according to there choice.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.1%
  • Other 1.9%