exploit the possibilities
Home Files News &[SERVICES_TAB]About Contact Add New
Showing 1 - 15 of 15 RSS Feed

Files

wipe-2.0.0.tar.bz2
Posted May 12, 2001
Site wipe.sourceforge.net

ya-wipe is a tool that effectively degausses the surface of a hard disk, making it virtually impossible to retrieve the data that was stored on it. This tool is designed to make sure that sensitive data is completely erased from magnetic media.

Changes: Splitting wipe.c into seperate modules, removal of raw /dev/urandom passes, switching back to the Mersenne Twister (much faster and uses much less entropy from /dev/urandom), changes to a lot of command line options, proper syscall wrappers, and improved per-file fault tolerance (a failure during wiping of one file doesn't cause the rest to be aborted).
systems | unix
SHA-256 | 94f177c85cbd8e996a7eab129b32564a74720b6381ff5a1714bd8a9c3004717e
wipe-1.2.2.tar.bz2
Posted Mar 6, 2000
Authored by Tom Vier | Site wipe.sourceforge.net

Ya-wipe is a tool that effectively degausses the surface of a hard disk, making it virtually impossible to retrieve the data that was stored on it. This tool is designed to make sure that sensitive data is completely erased from magnetic media.

Changes: Block devices work properly, silent mode, and an xor loop.
systems | unix
SHA-256 | bd8b27c90c62e007e7912bc25257537e14cf4036f7fbbcac6a203ed3d5af741a
wipe-1.2.1.tar.bz2
Posted Feb 22, 2000
Authored by Tom Vier | Site wipe.sourceforge.net

ya-wipe is a tool that effectively degausses the surface of a hard disk, making it virtually impossible to retrieve the data that was stored on it. This tool is designed to make sure that sensitive data is completely erased from magnetic media.

Changes: A fix for a typo that caused ioctl() to not be used (only affected block device support).
systems | unix
SHA-256 | 76fc64866683fdeb597f80aab9a2354c6f6e1ace565233359bf974ba45b102b9
wipe-1.2.0.tar.bz2
Posted Jan 7, 2000
Authored by Tom Vier | Site wipe.sourceforge.net

ya-wipe is a tool that effectively degauses the surface of a hard disk, making it virtually impossible to retrieve the data that was stored on it. This tool is designed to make sure sensitive data is completely erased from magnetic media.

Changes: Fixes for serious hash IO bugs, new Debian package scripts, minor block devices fixes (still untested), an updated man page, and simplified debug builds.
systems | unix
SHA-256 | 46242c3c4fb3a1376435a4205abd9bdeb220dc7b89c18a099cc2790ff2b6b83f
wipe-0.16.tar.gz
Posted Dec 30, 1999
Authored by Berke Durak | Site gsu.linux.org.tr

Recovery of supposedly erased data from magnetic media is easier than what many people would like to believe. A technique called Magnetic Force Microscopy (MFM) allows any moderately funded opponent recover the last two or three layers of data written to disk. Wipe repeadetly overwrites special patterns to the files to be destroyed, using the fsync() call and/or the O_SYNC bit to force disk access.

Changes: Use of /dev/urandom to seed libc's random() additive feedback pseudo-random generator; a new 32-bit seed is fetched for every 1024 bytes.
systems | unix
SHA-256 | 80556ae453a20cddc8f5722425fb2bd0f65d1c6a47fed3a6f710036dfdc64aca
wipe-0.58.5.tar.bz2
Posted Aug 17, 1999
Authored by Tom Vier

ya-wipe 0.58.5 is a tool that effectively degauses the surface of a hard disk, making it virtually impossible to retrieve the data that was stored on it. This is the ultimate in making sure secure data that is erased from a hard drive is unrecoverable.

Changes: fixed two heap smashing bugs, removed unnecessary direntcheck(), which was broken anyway, removed autoconf check for access(), updated readme, added PATH_MAX check to wipe.h for systems that don't define it.
systems | unix
SHA-256 | 1ac4e857706122276999d6fed8a12de715e0fe100bf9baa267d42d5d93c24ebe
wipe-0.58.6.tar.bz2
Posted Aug 17, 1999
Authored by Tom Vier

ya-wipe 0.58.6 is a tool that effectively degauses the surface of a hard disk, making it virtually impossible to retrieve the data that was stored on it. This is the ultimate in making sure secure data that is erased from a hard drive is unrecoverable.

Changes: fixed integer division bugs which prevented the main loop in hashout_update() from running.
systems | unix
SHA-256 | 2c344d6f40e37f6f25884e66f948e3fe5b766acbafafcc3206b6b4ce042d2723
wipe-0.58.3.tar.bz2
Posted Aug 17, 1999
Authored by Tom Vier

ya-wipe 0.58.3 is a tool that effectively degauses the surface of a hard disk, making it virtually impossible to retrieve the data that was stored on it. This is the ultimate in making sure secure data that is erased from a hard drive is unrecoverable.

Changes: Fixed a bug in the dirent scan algorithm which would skip files starting with ".".
systems | unix
SHA-256 | 65fdc15b64e6a7234a5b3d41f92424bbe13e002e5a4e5b39a1c5619cfb1c01e5
wipe-0.58.4.tar.bz2
Posted Aug 17, 1999
Authored by Tom Vier

ya-wipe 0.58.4 is a tool that effectively degauses the surface of a hard disk, making it virtually impossible to retrieve the data that was stored on it. This is the ultimate in making sure secure data that is erased from a hard drive is unrecoverable.

Changes: fixed stupid bug that didn't check if the file size was zero, added missing fflush, so now you'll see "100%", added missed closedir() call in direntcheck, added rpm spec file and removed chown stuff from the makefile.
systems | unix
SHA-256 | a0a5a3cdeb94751dc8cf4dee8076752047fd933617ce7391ba644eb4068cde51
wipe-0.58.2.tar.bz2
Posted Aug 17, 1999
Authored by Tom Vier

wipe is a secure file wiping utility that utilizes /dev/urandom, or if unavailable, /dev/random, as a source for entropy. The tiger hash is used for speed. See the README file and the wipe man pages for details about the software and secure file deletion.

systems | unix
SHA-256 | 17b83bfb996374953b9f68fe214ceadb711ee028192e9ea75d317f47f32714af
wipe-0.58.0.tar.bz2
Posted Aug 17, 1999
Authored by Tom Vier

wipe is a secure file wiping utility that utilizes /dev/urandom, or if unavailable, /dev/random, as a source for entropy. The tiger hash is used for speed. See the README file and the wipe man pages for details about the software and secure file deletion.

systems | unix
SHA-256 | f57606e84d8a5a6770d693ae89d259c82c6ad73f445ebd5db0afddc5e65e0d6d
wipe-0.58.1.tar.bz2
Posted Aug 17, 1999
Authored by Tom Vier

wipe is a secure file wiping utility that utilizes /dev/urandom, or if unavailable, /dev/random, as a source for entropy. The tiger hash is used for speed. See the README file and the wipe man pages for details about the software and secure file deletion.

systems | unix
SHA-256 | 2e49a7114b2b97a69cd4a938abc4dda3cb8632ae0c2f81ef31f9b8738ee8a9e2
wipe-0.57.0.tar.bz2
Posted Aug 17, 1999
Authored by Tom Vier

wipe v0.57.0 - Secure file wiper, for *nix.

systems | unix
SHA-256 | f90849b5fe8bc732049eeeb316cd3de52ebdecf2e755fdbf70463f9d475bfcfe
wipe-0.11.tar.gz
Posted Aug 17, 1999
Authored by Berke Durak

Wipe is a little command for securely erasing files from magnetic media. For *nix.

systems | unix
SHA-256 | 983287d0ba51de54a288693af463c3bd5288fa7156d057e39bdeade97d8e092a
wipe-0.56-2a.tar.bz2
Posted Aug 17, 1999
Authored by Tom Vier

Secure file wiper.

systems | unix
SHA-256 | 687e4f9f7c9ada4408d7a8e8323eb4f01dcdee5b94025ad91c27da13f5b6496d
Page 1 of 1
Back1Next

Top Authors In Last 30 Days

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close