Pan is a modern, enterprise-grade physical disk sanitization and secure wiping utility built with Python and PySide6. Designed with a clean Dark Blue interface, it allows administrators and power users to securely wipe physical storage devices using certified multi-pass algorithms.
⚠️ WARNING: Pan performs low-level sector writing and data destruction. Use with extreme caution. Ensure you have proper authorization and correct target selection before launching any wipe procedure.
- Physical Disk Detection: Scans raw physical storage devices rather than just mounted volumes.
- Certified Algorithms:
- Zero-Fill (1 Pass - Fast)
- DoD 5220.22-M (3 Passes - Military Standard)
- Gutmann (Multi-Pass - High Security)
- Multi-threaded Architecture: Runs intensive write loops in background threads (
QThread) to keep the UI responsive. - Enterprise Dark Blue Theme: Modern, polished GUI design featuring clean tables, checkboxes, progress bars, and real-time audit logs.
- Safety Measures: Strict confirmation dialogs and administrative permission reminders to prevent catastrophic mistakes.
- Clone the repository:
git clone [https://github.com/yourusername/pan.git](https://github.com/yourusername/pan.git) cd pan