Naan Mudhalvan Cyber security
This project implements a keylogger in Python with a Tkinter GUI. It captures keyboard inputs and saves them in text and JSON formats for analysis.
- Records keystrokes using pynput library.
- GUI with "Start" and "Stop" buttons for control.
- Saves keystrokes in text and JSON files.
- Click "Start" to initiate keylogging.
- Press keys on the keyboard to record.
- Click "Stop" to end keylogging.
- Implement encryption for logged data.
- Integrate user authentication mechanisms.
- Add advanced logging features like timestamping.