# Functions
No description provided by the author
HomeRouter redirects to instruction page of how to work with this.
RegisterUser implements /registerUser end point this adds the user to the userData map.
SetupRouting adds all the routes.
StorePassword is the function that stores the incoming password.
# Variables
StoredData is the DS that contains all the data of multiple users key is the hash of the user the value is the type of all the projects and their passwords.
# Structs
CompleteHash hash the hashedData.
PassWordRequest holds the UserName and EncryptedPassword of the incoming request.
User has each user.
UserHash is the hash of a user.