The solution contains two main projects that are required to run the application.
An simple MVC application that has two pages for password creation and validation.
Create the password based on the user id.
Validate the password and user id.
The MVC project will be communicating to the back-end throught he web api application.
A console application that hosts the web api using owin. Make sure this is running before requesting or validating the Api.