diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-13 12:02:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-13 12:02:29 +0000 |
commit | 0559008ce863c3709d5186f1b594cda0fcd877e8 (patch) | |
tree | 17cf6d9846ceaf765e443064d77f223c2a6a80be /README.md | |
parent | Adding debian version 0.36-1. (diff) | |
download | nwipe-0559008ce863c3709d5186f1b594cda0fcd877e8.tar.xz nwipe-0559008ce863c3709d5186f1b594cda0fcd877e8.zip |
Merging upstream version 0.37.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -30,10 +30,15 @@ The user can select from a variety of recognised secure erase methods which incl * Verify Ones - This method only reads the device and checks that it is filled with ones (0xFF). * HMG IS5 enhanced - Secure Sanitisation of Protectively Marked Information or Sensitive Information -nwipe also includes the following pseudo random number generators: +nwipe also includes the following pseudo random number generators (prng): * Mersenne Twister * ISAAC + In addition to the above, the following prngs will be available in v0.37 +* XORoshiro-256 +* Lagged Fibonacci +* AES-CTR (openssl) + These can be used to overwrite a drive with a stream of randomly generated characters. nwipe can be found in many [Linux distro repositories](#which-linux-distro-uses-the-latest-nwipe). |