Skip to content

Commit 129456f

Browse files
committed
shredder refactor
1 parent 9ff17ed commit 129456f

6 files changed

Lines changed: 2760 additions & 734 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
[![dependency status](https://deps.rs/repo/github/powergr/qre-privacy-toolkit/status.svg?path=src-tauri)](https://deps.rs/repo/github/powergr/qre-privacy-toolkit?path=src-tauri)
1717
![Last Commit](https://img.shields.io/github/last-commit/powergr/qre-privacy-toolkit)
1818

19-
QRE Toolkit is a secure, cross-platform application designed to handle your sensitive data without relying on the cloud. It runs natively on **Windows, macOS, Linux, and Android**.
19+
QRE Privacy Toolkit is a secure, cross-platform application designed to handle your sensitive data without relying on the cloud. It runs natively on **Windows, macOS, Linux, and Android**.
2020

2121
**[📥 Download the Latest Release](https://github.com/powergr/qre-privacy-toolkit/releases)**
2222

@@ -30,7 +30,7 @@ QRE Toolkit is a secure, cross-platform application designed to handle your sens
3030

3131
## 🛠️ The Toolkit
3232

33-
QRE Toolkit combines 12 essential privacy tools into one secure application:
33+
QRE Privacy Toolkit combines 12 essential privacy tools into one secure application:
3434

3535
### **1. 🔐 File Encryption**
3636

@@ -116,7 +116,7 @@ Share sensitive data (Wi-Fi passwords, Crypto addresses) with mobile devices wit
116116

117117
### **11. 🗑️ Secure Shredder (Desktop)**
118118

119-
When you delete a file, the data remains on your disk. The Shredder overwrites your files with random noise (DoD Standard 3-Pass) before deleting them.
119+
When you delete a file, the data remains on your disk. The Shredder overwrites your files with random noise (DoD Standard 3-Pass) before deleting them. Added the wipe-free space for HDDs and trim for SSDs. (V2.7.2)
120120

121121
_(Note: On Android, this performs a standard permanent delete due to hardware limitations)._
122122

@@ -242,15 +242,15 @@ cd /src-tauri
242242
cargo test
243243
```
244244

245-
- 235 tests passed from 235 total
245+
- 255 tests passed from 255 total
246246

247247
For the frontend run
248248

249249
```bash
250250
npm test
251251
```
252252

253-
- 170 tests passed from 170 total
253+
- 182 tests passed from 182 total
254254

255255
---
256256

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "qre-privacy-toolki",
33
"private": true,
4-
"version": "2.7.1",
4+
"version": "2.7.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src/App.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import "./styles/components.css";
88
import "./styles/dashboard.css";
99
import "./components/layout/Sidebar.css";
1010
import "./styles/modern-cards.css";
11-
import "./components/views/ShredderView.css";
1211
import "./components/views/VaultView.css";
1312
import "./components/views/NotesView.css";
1413

src/components/views/ShredderView.css

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)