Given A token Generator I was tasked with creating a program which will use the token generator to generate tokens for a two factor authentication login system for linux. The 2FA.py file gives the user the option to create new users, login, update password, and delete a user. The project provides a hands on approach to see how two factor authentication works and why its so effective for security today. I developed 2FA.py, check_login.py, and create_user.py. See the readme and project files below to check out the code.