Every day we offer FREE licensed software you’d have to buy otherwise.
DoYourData File Eraser 2.1 (Win&Mac) was available as a giveaway on May 1, 2018!
The deleted, formatted or lost data can be recovered by data recovery software. To avoid data recovery, you need file eraser. DoYourData File Eraser can help you securely and permanently erase targeted files/folders, no chance for data recovery.
You can permanently erase data from:
- PC/Laptop
- SSD/HDD
- USB Drive
- Memory Card
- Digital Camera
- Other Storage Media
Windows 10/ 8.1/ 8/ 7/ Vista/ XP/ 2000 and Windows Server 2012/2008/2003; macOS 10.13 High Sierra, 10.12 Sierra and OS X 10.11, 10.10, 10.9, 10.8, 10.7, 10.6; Languages: English
18 MB
$9.99
Free data recovery software to recover deleted or lost files from SSD/HDD, external hard drive, USB flash drive, memory card, etc.
Very easy-to-use yet powerful iPhone data recovery software to retrieve lost contacts, SMS, photos, videos, etc. from Apple device or iTunes/iCloud backup.
Completely and permanently erase files/folders, wipe hard drive, wipe free disk space. After erasing, the data can’t be recovered by data recovery software.
It does not install on Windows XP SP3, "This program requires Windows NT version 5.1 Service Pack 4 or later."
So no 2000 or xp, when sp4 for xp does not exist.
Repeats from https://www.giveawayoftheday.com/doyourdata-super-eraser-3/
Save | Cancel
I really hate to say it but there is freeware out there that much more and better than today's download. Don't know what's going on here, recently the software on offer from GOTD has been pretty awful and well below the usual standard of stuff offered. Has Donalt Trump been made CEO of GOTD?
Save | Cancel
Robert, did you know when everyone thought Donald Trump said he wanted to make America great again... they misunderstood what his real speech was as written! It was not GREAT it was GRATE as in the finger nails tracking across a blackboard makes your teeth grate ... again.
Save | Cancel
Still up to its old tricks: today's developer continues to publish 'reviews' on its website of competitor products with download buttons that seem to be for the software under review but are, in truth, downloads of its own -- including this one:
https://www.doyourdata.com/erase-data/ccleaner-data-erasure.html
GOTD regular TK flagged this up some time back on this comment thread; his / her observation about never trusting a software supplier so unethical that it tries to profit off the back of someone else's product is as relevant now as it was then.
Thanks, GOTD, but no thanks: this Chinese developer needs to start being a darn sight more honest before I'd trust any of its software with a place on my computer.
Save | Cancel
A question for the developer - this and other similar products claim they can permanently erase individual file(s) from SSDs and USB memory sticks. These devices use 'wear leveling' algorithms which map logical sectors to lesser used physical sectors to protect the same areas in NAND memory and this mapping is invisible to software.
So he first time I store 'password.dat' to the SSD it might appear to the operating system as sectors 100-109 (which could be mapped to physical sectors 200-209 arbitrarily.) Now when I run your software I assume it says 'a-ha, I'll write some random pattern to sectors 100-109 which the SSD could now map to sectors 210-219.) My original data is still sitting in the memory chips where they were first written. Granted it would be difficult but not impossible for other software to recover my password.dat file (one solution would be to allocate all free sectors in the file allocation table to a 'new' file without actually writing data to the sector and you could paw through all the freespace on the drive.)
Of course I could delete 'password.dat' then run your program to wipe all freespace which should actually destroy the data but it could be quite slow just to eradicate a tiny file.
Sorry for the nerdy question but if you could explain how you wipe an individual file without writing to all the unused space on a SSD it would be very much appreciated. Just like to get a clear understanding as some of us are security retentive. Thanks!
Save | Cancel
Zarf, technically with modern TRIM aware SSD drives connected by a TRIM command compatible interface (NOT USB to SATA bridged drive enclosure) and running under a TRIM compatible operating system that deallocates logical sectors in realtime flagging them for erasure and that any subsiquent reads from that logical sector should return a zerod sector... then simply deleting the file itself *should* cause those flash cells to become unreadable as they are erased either imediatly or in pretty short order. Also if you had written to that file after its original creation then the logical sectors data is read out to a cache, that selection of flash cells flagged as ready for erasure at next garbage collection event and the new data merged as necesary with the cached data and then written to a previously erased set of flash memory cells in the write leveling list and mapped into the original file. So in theory those data snippets shunted around the flash memory cells will be erased in the background so there is no practical need to erase properly implemented TRIM + wear leveling and garbage collection. At worst forcing a garbage collection after a TRIM is all that is necesary to ensure a clean up all deleted and TRIM'd files.
Save | Cancel
Zarf, BTW the way to read the free pool of flash memory cells in a SSD is to remove the flash memory chips and read them directly in a test rig... or protyping rig. Not a big challenge. BUT as I said recycling of those demapped cells on overwrite wear leveling is an ongoing background firmware erase process and the previous cells data is gone fairly promptly without any extra erase utility intervention.
Save | Cancel
TK, I agree that TRIM can eradicate your data but I don't believe it can be counted on 100% of the time. I apologize I'm only familiar with Sandforce/DuraWrite TRIM, but have seen different SSD manufacturers implement it with foreground garbage collection instead of background which could leave your old data flagged for reflashing around for a very long time - especially on a somewhat empty drive.
Like you said, TRIM is not passed along on most USB connected SSDs. It is also not used on most older RAID configurations. This product has one function, to permanently erase data and publisher's product page states that there is "No Chance of Data Recovery" and I'd just like to know in broad terms how they can accomplish it.
Save | Cancel
Zarf, quite right regarding TRIM.. it cannot be counted on blindly, one should test it for any given SSD firmware, and learn the garbage collection protocol used by any given SSD manuafacturer and drive.
The problem of hardware raid controllers is the TRIM command is not RAID aware and RAID controllers do not expose the individual component drives logical block Access number to the operating system so if the OS dried to de-allocate / TRIM a hardware raided array the RAID controller would have to re-map the systems TRIM request to the specific drives that relates to and not many if any controller makers have built in that functionality probably because there is no existing standard to do it across the many RAID configurations and Drive types that can make them. Techncally it could be done using the SCSI hardware/firmware model as that has a de-allocate command built into the command set but everything on the OS side has to support it as well. As could the USB to SATA bridge that emulates a USB SCSI device it could theoretically re-map SCSI de-allocate to SATA TRIM commands as both are moderatly well defined but requires smarter bridging chipsets than are currently used.
In broad or specific terms we have never had a direct response from this vendor in comments here to any technical queries or challenges to this vendors claims or dubious activities see MikeR's comment today...
Technically IF the garbage collection mechanisim is reliable and known when it operates, i.e. at device boot up or can be triggered by a manufacturer specific ATA-API command then simply overwriting the data to be erased with one pass of zeros will move the previous datas flash memory cells into the garbage pool of cells which will get ereased formally by the firmware during the next garbage collection cycle. Just need to ensure that cycle runs and completes and the data is gone perminantly even from NCIS geeks. So the secret is know your SSD well and you can be assured of your data's security especially if you use hardware encryption too.
Save | Cancel
For $9.99, you'd expect more - the homepage shows this version is lacking a privacy cleaner (internet cache, cookies), and lacks free space erasure and entire hard drive.
Plenty of free cleaners out there that do everything this does and more.
The ever popular free CCleaner can erase free space/whole drive, and of course clean up internet traces. Can also add files or folders to remove, as well as many other useful tools. https://www.ccleaner.com/
Then there's the free Eraser which has been going for years: https://eraser.heidi.ie/
Can grab IObit's file shredder as part of the free Advanced System Care: https://www.iobit.com/en/index.php
Could go on listing, but everyone will have their favourite utilities.
Even as a free giveaway, this seems limited compared to just the free tools already out there, so I'll give it a miss today.
Save | Cancel