Skip to content
This repository was archived by the owner on Aug 25, 2022. It is now read-only.

p-adams/auth-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Auth

Simple auth program that minimally demonstrates the following:

  • Console IO: get username/password from console
  • File IO: store/retrieve username/password from file
  • Error handling: terminate program when bad credentials are entered.

Additional functionality may include: encryption, better credential storage format, allow three login attemps before terminating program, and more.

About

Simple Auth is an adaption of the Login and Registration System program featured on Top 10 C++ Projects Ideas for C++ Beginners:

The project involves a user registration process by asking username and password. Upon successful registration, a user file is created with the credentials. If the user does not exist, upon login, an error will be shown.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors