Skip to content

File shredder with a focus on simplicity and security.

License

Notifications You must be signed in to change notification settings

ravendevteam/redact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Banner

Note

All of our free software is designed to respect your privacy, while being as simple to use as possible. Our free software is licensed under the BSD-3-Clause license. By using our software, you acknowledge and agree to the terms of the license.

Note

This software has a paid variant for enterprise use, designed for mass deployment, usable via the command-line. For more information, visit the software page.

File shredder with a focus on simplicity and security.

Made for Windows 11.

Installation

You can download Redact here.

To compile from source, make sure you have Python 3.12.4, and Nuitka. Install the necessary dependencies from requirements.txt, then run build.bat.

Screenshots

Demo Screenshot 1

Personalize The Application

To personalize the application, create rdstyle.css in your user folder (ex: C:\Users\Paul\rdstyle.css). Edit the file to include any CSS styling you want, save your changes, then restart the program. If done correctly, it should load your custom styling.

Note

The UI is built with Qt5 (PyQt5, to be specific). You can read the documentation for Qt5 CSS styling here.

Authors & Contributors