Project Components 1. Keylogger Script (keylogger.py) Python-based keylogger using the pynput library Captures keystrokes, mouse clicks, and mouse movements. Features AES encryption for secure log ...
The goal of this project was to create a simple keylogger using Python and the pynput library to understand how keystroke logging works at a technical level. This project was developed strictly for ...