Projects

Password Strength Checker with Brute-Force Attack Estimation

Developed a Python-based 'Password Strength Checker' that estimates the strength of passwords and calculates the time it would take for a brute-force attack to crack them. This project utilized a password strength library and a password cracking algorithm to provide users with an accurate estimate of their password security.

...

HashVerify

Created 'HashVerify,' a Python program that calculates SHA-256 hash values for files and verifies their integrity. By comparing calculated and original hash values, it detects any tampering or modifications. Utilizes the hashlib library and basic file I/O operations to ensure file security.

...

"Security is not a product, but a process."