PasswordChecker is a command line application that checks the strength of a password that you input. It checks standard requirements for your password and if you input your name, it will check if the password contains any part of your name.
- On Windows, Visual Studio with the C++ development kit installed
- On Linux, Make and a C compiler like GCC
- Download the project using
git clone https://github.com/LuisDaLizard/PasswordChecker.gitor another method. - Create a directory within the project's directory to put build files.
- Run
cmake ..from within the build directory to configure the build files using CMake. - On Windows, open up the Visual Studio project to build.
- On Linux, use
maketo build the project.
This tool is for educational use only and should not be used commercially.