Section: .. / UNIX / secure_delete / wipe /
| Page 1 of 1 | | |
<< 1 >> | Files 1 - 18 of 18 |
| Currently sorted by: Last Modified | Sort By: File Name, File Size |
| /// File Name: |
wipe-2.0.0.tar.bz2 |
Description:
|
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.
| | Homepage: | http://wipe.sourceforge.net | | 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). | | File Size: | 62843 | | Last Modified: | May 11 20:05:39 2001 |
| MD5 Checksum: | 2873437ccc0ffdeb17a8eb9777093aea |
|
| /// File Name: |
wipe-1.2.2.tar.bz2 |
Description:
|
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.
| | Author: | Tom Vier | | Homepage: | http://wipe.sourceforge.net/ | | Changes: | Block devices work properly, silent mode, and an xor loop. | | File Size: | 72358 | | Last Modified: | Mar 6 15:47:41 2000 |
| MD5 Checksum: | db268036f78a410b2b70651b002b4111 |
|
| /// File Name: |
wipe-1.2.1.tar.bz2 |
Description:
|
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.
| | Author: | Tom Vier | | Homepage: | http://wipe.sourceforge.net/ | | Changes: | A fix for a typo that caused ioctl() to not be used (only affected block device support). | | File Size: | 72195 | | Last Modified: | Feb 22 18:23:23 2000 |
| MD5 Checksum: | ca66fc3147476033c30f3544d9ddf76c |
|
| /// File Name: |
wipe-1.2.0.tar.bz2 |
Description:
|
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.
| | Author: | Tom Vier | | Homepage: | http://wipe.sourceforge.net/ | | 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. | | File Size: | 72218 | | Last Modified: | Jan 7 16:28:54 2000 |
| MD5 Checksum: | bf7cd5e1f818fda4ae6ec3daab1f6573 |
|
| /// File Name: |
wipe-0.16.tar.gz |
Description:
|
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.
| | Author: | Berke Durak | | Homepage: | http://gsu.linux.org.tr/wipe/ | | 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. | | File Size: | 65101 | | Last Modified: | Dec 30 16:23:07 1999 |
| MD5 Checksum: | 03801d2c129176cc8c8ff4e750c80805 |
|
| /// File Name: |
wipe-0.58.5.tar.bz2 |
Description:
|
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.
| | Author: | Tom Vier. | | 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. | | File Size: | 65461 | | Last Modified: | Aug 16 20:05:59 1999 |
| MD5 Checksum: | 4f8b54e1da385f3bf6da9fd0c70800fc |
|
| /// File Name: |
wipe-0.58.6.tar.bz2 |
Description:
|
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.
| | Author: | Tom Vier. | | Changes: | fixed integer division bugs which prevented the main loop in hashout_update() from running. | | File Size: | 65491 | | Last Modified: | Aug 16 20:05:59 1999 |
| MD5 Checksum: | dbbaa652844d73f30e2934c1bbde1db4 |
|
| /// File Name: |
wipe-0.58.3.tar.bz2 |
Description:
|
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.
| | Author: | Tom Vier. wipe-0.58.3.tar.bz2.sig | | Changes: | Fixed a bug in the dirent scan algorithm which would skip files starting with ".". | | File Size: | 65135 | | Last Modified: | Aug 16 20:05:51 1999 |
| MD5 Checksum: | caff1c7c09d7a295626b5f20cb645225 |
|
| /// File Name: |
wipe-0.58.3.tar.bz2.sig |
Description:
|
Unavailable.
| | File Size: | 248 | | Last Modified: | Aug 16 20:05:51 1999 |
| MD5 Checksum: | 9ffa02b491559c6067f91fa34b2057f3 |
|
| /// File Name: |
wipe-0.58.4.tar.bz2 |
Description:
|
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.
| | Author: | Tom Vier. wipe-0.58.4.tar.bz2.sig | | 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. | | File Size: | 65800 | | Last Modified: | Aug 16 20:05:51 1999 |
| MD5 Checksum: | e4b7b5cc17b392067bd49258284efa64 |
|
| /// File Name: |
wipe-0.58.4.tar.bz2.sig |
Description:
|
Unavailable.
| | File Size: | 248 | | Last Modified: | Aug 16 20:05:51 1999 |
| MD5 Checksum: | cc7bbd6f7e9e19a1f1e85694ed058b61 |
|
| /// File Name: |
wipe-0.58.1.tar.bz2.sig |
Description:
|
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.
| | Author: | Tom Vier. | | File Size: | 248 | | Last Modified: | Aug 16 20:05:50 1999 |
| MD5 Checksum: | ed3e2aa137c1c367adc6074cb894ffcc |
|
| /// File Name: |
wipe-0.58.2.tar.bz2 |
Description:
|
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.
| | Author: | Tom Vier. | | File Size: | 65078 | | Last Modified: | Aug 16 20:05:50 1999 |
| MD5 Checksum: | de9865c55f851f82fba20c7066238d44 |
|
| /// File Name: |
wipe-0.58.0.tar.bz2 |
Description:
|
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.
| | Author: | Tom Vier. | | File Size: | 83374 | | Last Modified: | Aug 16 20:05:49 1999 |
| MD5 Checksum: | aae4eedce1641c10785122ea4fb9495e |
|
| /// File Name: |
wipe-0.58.1.tar.bz2 |
Description:
|
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.
| | Author: | Tom Vier. | | File Size: | 63578 | | Last Modified: | Aug 16 20:05:49 1999 |
| MD5 Checksum: | 6d94181fcc34780ab6f93b2860cbf860 |
|
| /// File Name: |
wipe-0.57.0.tar.bz2 |
Description:
|
wipe v0.57.0 - Secure file wiper, for *nix.
| | Author: | Tom Vier. | | File Size: | 68510 | | Last Modified: | Aug 16 20:05:48 1999 |
| MD5 Checksum: | f50cc57001d0bc90d39c32ae28c0596a |
|
| /// File Name: |
wipe-0.11.tar.gz |
Description:
|
Wipe is a little command for securely erasing files from magnetic media. For *nix.
| | Author: | Berke Durak. | | File Size: | 53557 | | Last Modified: | Aug 16 20:05:42 1999 |
| MD5 Checksum: | d319340dc7123b4fb1b0ddb9da01da06 |
|
| /// File Name: |
wipe-0.56-2a.tar.bz2 |
Description:
|
Secure file wiper.
| | Author: | Tom Vier. | | File Size: | 67026 | | Last Modified: | Aug 16 20:05:42 1999 |
| MD5 Checksum: | 7ae769697f0a2892ee3f7787fbcc3040 |
|
|
|
|
|