Skip to content

Releases: r3nt0n/wiper

wiper-1.0

05 Jul 14:42
Compare
Choose a tag to compare
1.0 version notes (05/07/2020)
  • Logic to choose, combine and apply diferent methods implemented.
  • Temp and temp-all features removed because it doesn't seem useful.
0.9~beta version notes (29/06/2020)
  • One-pass overwrite methods already implemented: random, ones and zeros.
  • Fixing menu bug and updating usage.
  • Added auto-search personal dirs platform independent. Added arguments for all interactive options (everything can be run from CLI or inside interactive mode)
0.6~beta version notes (20/06/2020)
  • Added swap/pagefiles auto-detection system independent and random wipes feature (opt 7)
  • Manual options (wipe free space and wipe single/multiple files) implemented.
0.5~beta version notes (20/06/2020)
  • Added setup.py. Converted all input paths into platform independent paths (pathlib).
  • Manual options (wipe free space and wipe single/multiple files) implemented.

wiper-0.6-beta

22 Jun 14:46
Compare
Choose a tag to compare
wiper-0.6-beta Pre-release
Pre-release

Added swap/pagefiles auto-detection system independent and random wipes feature (opt 7)

wiper-beta

21 Jun 10:14
Compare
Choose a tag to compare
wiper-beta Pre-release
Pre-release
v0.5.0-beta

Beta release. Manual options and one-pass pseudo-random overwrite met…