File Shredder
Project information
- Category:
- Summary: A data sanitization tool
- Project URL: https://github.com/nafdev01/file_shredder
Project Description
Secure File Shredder System (SFS), written in Rust, offers secure file deletion within a designated directory. It implements a two-tier user system: employees and administrators. Employees can search for files and submit deletion requests, but deletion request must be approved by admins before they can be executed. SFS prioritizes data security through standard user authentication and detailed activity logging. This logging captures login attempts, file searches, deletion requests, and admin approvals, ensuring a clear audit trail of user actions within the system.