Personal Website

Created by me.

CTF Writeups

Personal Project

1. Apollo

2. Nexus

3. Hubble



Vulnhub

1. Boot2Root

2. Earth

3. Mars

4. Blues

5. Rooted

6. TomCat

7. Pasta



Links

Python Password Generator

Password Generator Image

Description:

Python program to generate secure passwords. Utilizes CustomTkinter for the graphical interface.

Key Features:

  • Tkinter GUI for user interaction.
  • Generates random passwords based on user-defined criteria.
  • Passwords include a mix of uppercase,lowercase, digits, and special characters.
  • Allows copying generated passwords to the clipboard.
  • Purpose:

    Practical exercise to test Python knowledge. Reinforces string manipulation and random number generation skills. Provides a useful utility for creating strong passwords.