From 02d7c87f49e57b0726792c3a8ae82db8e716111d Mon Sep 17 00:00:00 2001 From: PartialVolume <22084881+PartialVolume@users.noreply.github.com> Date: Wed, 9 Sep 2026 19:06:13 +0100 Subject: [PATCH] Update README with new sanitization methods Add new sanitization methods and update descriptions. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 791b26231..6fd5b931b 100644 --- a/README.md +++ b/README.md @@ -93,8 +93,10 @@ The user can select from a variety of recognised secure erase methods, including Bruce Schneier's 7-pass mixed–pattern algorithm. - **BMB21-2019** *(new in v0.40)* - Chinese State Secrets Bureau BMB21-2019 technical requirement for data sanitisation. + Chinese State Secrets Bureau BMB21-2019 technical requirement for data sanitisation. +- **Standalone Secure Erase (Block, Crypto Scramble, Overwrite)** *(new in v0.43)* + Performs interactive, standalone, hardware-native drive sanitization—utilizing the drive's native ATA/NVMe block erase, cryptographic scramble, or pattern overwriting directly from nwipe's GUI. --- ## PRNG engines