Skip to content

A simple C++ authentication system that allows users to register and log in using a username and password. This project demonstrates basic file handling, authentication logic, and menu-driven programming for beginners.

License

riskAnalystAjay/Login-system

LoginSystem

📌 Description

LoginSystem is a simple C++ project that allows users to register and log in using a username and password.
It uses file handling to securely store and verify user credentials.

🚀 Features

  • User Registration & Login
  • File-based credential storage
  • Menu-driven interface
  • Beginner-friendly C++ example

🧰 Tools

  • C++ (Any Compiler)
  • File Handling

🧪 How to Run

  1. Clone the repository:
    git clone https://github.com/ajaychitran/LoginSystem.git
    
  2. Compile:

g++ LoginSystem.cpp -o LoginSystem

  1. Run:

./LoginSystem

About

A simple C++ authentication system that allows users to register and log in using a username and password. This project demonstrates basic file handling, authentication logic, and menu-driven programming for beginners.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages