As my University cyber security course comes to a close I am tackling the final project along with a team of 4 other students. Eliyah, Elle, Tom and Lyle nominated me as the team leader to undertake a cyber security project for our final unit. I will go in to more detail on a seperate post probably as the project if finished, however today I just wanted to show my basic Python password verification script with a simple UI. In this final unit we have to migrate a fictitious company called OzCazual from an on premises setup to cloud infrastructure using Azure. The task mainly focusses on security however we do have to setup a full lab with a winows server, linux web server, kali and windows 10 end point machine, install security software and then pen test. As part of the migration plan we have to write I have developed this simple Python script that can be used by the employees to check their password strength - referencing the companies password policy. The password policy we, as a team, decided on a minimum of 10 characters long with 2 numbers and 2 different special characters. The script simply ensures the proposed password matches the minimum criteria. Hosted on Github, you can take a look or use it for yourself here: https://github.com/dark-cloud-aus/PyPassCheckUI/blob/main/main.py
top of page
bottom of page