Skip to content

A login and register functionality code which uses SHA algorithm to hash the password

Notifications You must be signed in to change notification settings

Pramod07Ch/login-register-hashfunction-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

login-register-hashfunction-cpp

A login and register functionality code which uses SHA algorithm to hash the password.

The functionality exists in the

main.cpp

The steps include:

  • In the first step, code verifies the requirement

    • to login or
    • to register or
    • exit
  • In the second step can be either user registration or user login.

  • Register user details (name, password)

    • Password uses SHA algorithm to hash the password.
  • User login using name and password

    • If user had registered already, he/she/they can use the login details to login.
  • Then the code outpts whether registration is successful or not, or login is successful or failed.

About

A login and register functionality code which uses SHA algorithm to hash the password

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages