This is a project to learn and understand cyber security conecpts such as password privacy and brute force crack of hash codes.
The class "Bruteforce" will create an .txt file with user and passwords created by the user with the given inputs on the console. After that the code will read the created file and separete the passwords from the user. Finally, it will crack the hash code using a bruteforce crack.
The other classes are prove of concepts and try outs to undertand how password security works.