shred sensitive files with

Easy Shred File Shredder 1.00
Easy Shred removes your files by overwriting them, permanent file shredding. more>> Easy Shred is probably one of the smallest and most efficient programs available for shredding files on your PC. As most people know using the trash can to "trash" a file only removes its reference and it is very easy for the file to be recovered. There are many free deleted file recovery tools available. On the other hand Easy Shred uses a negative algorithm to overwrite your files and folders multiple times. The end result of this is a file that is extremely difficult / costly to have recovered and for all but the most determined of people permanently removed. Whilst some programs can identify the names of shredded files Ive yet to find a program that could successfully recover the file data. Shredding can be initiated by either dragging or dropping your files / folders over the Easy Shred desktop icon or by right clicking on any files or folders you want shredding and using the Easy Shred option.<<less

East-Tec File Shredder 1.0
Securely destroy files beyond recovery using drag and drop and an easy interface. more>>
AutoShred - PDF 3.1
Windows-based software for protecting Adobe (PDF) file attachments. more>> To conduct business today, you must routinely share digital files containing sensitive data with an extended network of collaborators. Such data may involve your intellectual property, business plans, employees, customers, partners, and even your financials. Sharing this type of information without any protection is an invitation for disaster. If it were to fall into the wrong hands or used unethically, this information could cause serious damage to your business. AutoShred - PDF is a simple-but-powerful application that allows you to share Adobe files and impose automatic shred dates. AutoShred ?PDF also encrypts the files for safe online transmission. You can use AutoShred - PDF interface from a desktop icon, the Start menu, and from Outlook and Lotus?f you wish to create a secure file and include it as an email attachment. With AutoShred - PDF you dictate the date when a shared file automatically self-destructs. In addition, AutoShred - PDF always blocks the recipient? ability to cut-and-paste, drag-and-drop, and perform screen captures. To view content secured by AutoShred ?PDF, a recipient uses Pinion Receiver. Pinion Receiver is a FREE client application that lets recipients view and work with secured files, controls access to the files, enforces assigned permissions, and removes the files upon the expiration date. Pinion Receiver allows recipients to view and work with files that are secured with any Pinion Software product (AutoShred - Doc, AutoShred ?PDF, Pinion Desktop Packager, SecureMail, SecureCD, or SecureShare). When used from Outlook or Notes, AutoShred ?PDF inserts a link for your recipients to obtain the free Pinion Receiver. If used, in stand-alone mode, you must direct your recipients to www.pinionsoftware.com so that they can get the free Pinion Receiver.<<less
Free Disk Wipe 3.3.7
Wipe sensitive files completely and irrecoverably for absolutely free more>> Eliminate sensitive files completely and irrecoverably for absolutely free! Clean secure information up to the last bit. Wipe off sensitive information. Get rid of secure data and trade secrets. Get all benefits of secure file deletion for absolutely free! Free Disk Wipe securely overwrites deleted files, effectively destroying their contents and making it completely irrecoverable.<<less
Shredder 1.0.5
Shredder is a freeware program using which you can simply select files and shred them more>>
This is a threat if you have some sensitive data that you wish to remove. Shredder is a freeware application using which you can simply select files and shred them. With a very easy-to-use interface, just select the files, and click on shred.
The files once shred, even if recovered will not show the original contents.
File Waster 6.7.1
File Waster is a free application that protects your files from prying eyes with the most secure encryption technology available today. Your personal information, financial data and indeed any file on more>>
File Waster is a free application that protects your files from prying eyes with the most secure encryption technology available today. Your personal information, financial data and indeed any file on your computer can be at risk.
Be safe, the encryption used by File Waster has no known successful attacks against it - so you can feel at ease knowing your data is truely protected.
And when you need to - dont just erase your sensitive files, wipe them using the most secure wiping methods in the industry.
In its most secure mode, no known methods whether software or hardware will recover your information.
Main features:
- Encrypts and decrypts your files while securely wiping the originals.
- Or use it just to securely wipe your files.
- Recurses sub-directories.
- Can compress your files before encryption.
- Uses the strongest encryption available.
- Offers hardware recovery proof wiping [ not just unerase and low-level-utility proof ].
File Waster Protect your file from prying eyes with secure encryption technology. File Waster 6 ... - dont just erase your sensitive files, wipe them using the most secure wiping methods in theSDelete 1.4
Securely overwrite your sensitive files and cleanse your free space of previously deleted files more>>
The only way to ensure that deleted files, as well as files that you encrypt with EFS, are safe from recovery is to use a secure delete application. Secure delete applications overwrite a deleted files on-disk data using techiques that are shown to make disk data unrecoverable, even using recovery technology that can read patterns in magnetic media that reveal weakly deleted files. SDelete (Secure Delete) is such an application. You can use SDelete both to securely delete existing files, as well as to securely erase any file data that exists in the unallocated portions of a disk (including files that you have already deleted or encrypted). SDelete implements the Department of Defense clearing and sanitizing standard DOD 5220.22-M, to give you confidence that once deleted with SDelete, your file data is gone forever. SDelete is presented with full source code so that you can verify yourself that it works as advertized. Note that SDelete securely deletes file data, but not file names located in free disk space.
SDelete is a command line application which takes a number of options. In any given use, it helps you delete one or more files and/or directories, or to cleanse the free space on a logical disk. SDelete accepts wild card characters as part of the directory or file specifier.
Usage: sdelete [-p passes] [-s] [-q]
sdelete [-p passes] -z [drive letter]
-p passes
Specifies number of overwrite passes
-s
Recurse subdirectories
-q
Dont print errors (quiet)
-z
Cleanse free space
Securely deleting a file that has no special attributes is relatively straight-forward: the secure delete program simply overwrites the file with the secure delete pattern. What is more tricky is securely deleting Windows NT/2K compressed, encrypted and sparse files, and securely cleansing disk free spaces.
Compressed, encrypted and sparse are managed by NTFS in 16-cluster blocks. If a program writes to an existing portion of such a file NTFS allocates new space on the disk to store the new data and after the new data has been written, deallocates the clusters previously occupied by the file. NTFS takes this conservative approach for reasons related to data integrity, and in the case of compressed and sparse files, in case a new allocation is larger than what exists (the new compressed data is bigger than the old compressed data). Thus, overwriting such a file will not succeed in deleting the files contents from the disk.
To handle these types of files SDelete relies on the defragmentation API. Using the defragmentation API SDelete can determine precisely which clusters on a disk are occupied by data belonging to compressed, sparse and encrypted files. Once SDelete knows which clusters contain the files data, it can open the disk for raw access and overwrite those clusters.
Cleaning free space presents another challenge. Since FAT and NTFS provide no means for an application to directly address free space, SDelete has one of two options. The first is that it can, like it does for compressed, sparse and encrypted files, open the disk for raw access and overwrite the free space. This approach suffers from a big problem: even if SDelete were coded to be fully capable of calculating the free space portions of NTFS and FAT drives (something thats not trivial), it would run the risk of collision with active file operations taking place on the system. For example, say SDelete determines that a cluster is free, and just at that moment the file system driver (FAT, NTFS) decides to allocate the cluster for a file that another application is modifying. The file system driver writes the new data to the cluster, and then SDelete comes along and overwrites the freshly written data: the files new data is gone. The problem is even worse if the cluster is allocated for file system metadata since SDelete will corrupt the file systems on-disk structures.
The second approach, and the one SDelete takes, is to indirectly overwrite free space. First, SDelete allocates the largest file it can. SDelete does this using non-cached file I/O so that the contents of the NT file system cache will not be thrown out and replaced with useless data associated with SDeletes space-hogging file. Because non-cached file I/O must be sector (512-byte) aligned, there might be some left over space that isnt allocated for the SDelete file even when SDelete cannot further grow the file. To grab any remaining space SDelete next allocates the largest cached file it can. For both of these files SDelete performs a secure overwrite, ensuring that all the disk space that was previously free becomes securely cleansed.
On NTFS drives SDeletes job isnt necessarily through after it allocates and overwrites the two files. SDelete must also fill any existing free portions of the NTFS MFT (Master File Table) with files that fit within an MFT record. An MFT record is typically 1KB in size, and every file or directory on a disk requires at least one MFT record. Small files are stored entirely within their MFT record, while files that dont fit within a record are allocated clusters outside the MFT. All SDelete has to do to take care of the free MFT space is allocate the largest file it can - when the file occupies all the available space in an MFT Record NTFS will prevent the file from getting larger, since there are no free clusters left on the disk (they are being held by the two files SDelete previously allocated). SDelete then repeats the process. When SDelete can no longer even create a new file, it knows that all the previously free records in the MFT have been completely filled with securely overwritten files.
To overwrite file names of a file that you delete, SDelete renames the file 26 times, each time replacing each character of the files name with a successive alphabetic character. For instance, the first rename of "foo.txt" would be to "AAA.AAA".
The reason that SDelete does not securely delete file names when cleaning disk free space is that deleting them would require direct manipulation of directory structures. Directory structures can have free space containing deleted file names, but the free directory space is not available for allocation to other files. Hence, SDelete has no way of allocating this free space so that it can securely overwrite it.

AppLock and File Encrypt 6.4
Password protect programs you dont want users accessing. Encrypt your sensitive files with strong RC4 encryption. Plus lock Windows Boot and Windows Explorer. This download is digitally signed for you more>>
With this free software you can password protect your programs, files and folders in one easy to use program. It lets you lock features of your system so that nobody can use them while you are away. The program lets you specify a password and then choose from a variety of options - what features to lock, for example, the find tool, backing up, desktop, etc. All the options are listed within one window and they are self-explaining. Whats more, there is also encryption for your personal files and folders. Plus there are extra features to lock the desktop, boot keys, task keys, software installations, internet access and more.
Note: This download is digitally signed for your safety and contains no adware or spyware.
EAV File Encoder Free Edition 1.20
Make your important data safe by encoding files with password. more>>
EAV File Encoder Free Edition 1.20 is one of the most salutary programs that can encode file with password! Make your important data safe.
Major Features:
- Protect your sensitive data with this free disk encryption software.
- Safely encrypt, decrypt, or shred one or more files, including complete folders. It's totally free.
Tiny Shredder 1,2
Tiny Shredder deletes selected files and folders, freespace, recycled bin, temporary data, temprary internet files, cookie, history, last documents list. more>>
Files and folders selected for shredding can not be recovered using an undelete program. The purpose of Tiny Shredder is to completely remove sensitive files and their contents from you disk drive. Once a file has been shredded it can not be recovered using sophisticated file restoration utilities.
UltraShredder 4.6
UltraShredder will delete sensitive files by overwriting them with random characters, saving it to disk each time, and then bypasses the recycle bin, thus acting as your personal, portable file shredd more>>
UltraShredder will delete sensitive files by overwriting them with random characters, saving it to disk each time, and then bypasses the recycle bin, thus acting as your personal, portable file shredder.
If the file were to be recovered by a data recovery program, they would only be able to see unintelligible characters on disk where the file used to be. The program is a great tool to destroy sensitive data, and is very small with a minute memory footprint, and makes no changes to your system whatsoever.
sensitive files by overwriting them with random characters, saving it to disk each time, and ... file used to be. The program is a great tool to destroy sensitive data, and is very small with a
File Shredder 2.0
File Shredder is free software to shred files and folders on your computer. more>> File Shredder is free, secure and fast application to permanently shred and delete files and folders on your computer. Shredded files can not be brought back by using specialized software, tricks or hacks - File Shredder destroyes them beyond recovery. File Shredder is released under the GNU General Public License and it is free for personal and commercial use.<<less
File Shredder is free, secure and fast application to permanently shred and ... shred and delete files and folders on your computer. Shredded files can not be brought back byLicense:Freeware
CHAOS Shredder 3.1
CHAOS Shredder will completely erase files from your disk more>>
Why do you need a CHAOS Shredder?
Windows does not physically remove deleted files from your hard disk. Emptying your Recycle Bin does NOT protect you at all.
Your sensitive files can be recovered, even after you format your hard disk! When you delete a file from Windows, Windows just mark the file as deleted in file allocation table, but the data of the file is still on your hard disk, there are many tools available which can let others easily recover your sensitive files even after you have formated the hard disk.
Sensitive data can easily fall into the wrong hands. And because Windows is not capable of deleting information beyond recovery, you are at risk!
Passwords, financial documents, even those "about last night" e-mails are fair game for the IT professionals, computer technicians or hackers. CHAOS Shredder allows you to purge, wipe and erase data with methods that far exceed US Department of Defense standards for file deletion (DOD 5220.22).
How does CHAOS Shredder protect your files?
By overwriting the portion on the hard drive that was previously allocated to the files several times with junk data, CHAOS Shredder will completely erase files from your disk, without the possibility to recover it by any practical software or hardware methods.
Your sensitive files can be recovered, even after you format your hard disk! When you delete a ... the hard drive that was previously allocated to the files several times with junk data, CHAOSLicense:Freeware
Your sensitive files can be recovered, even after you format your hard disk! When you delete a ... CHAOS Shredder allows you to purge, wipe and erase data with methods that far exceed USAndrosa FileProtector 1.4.3
Androsa FileProtector is a professional and freeware file encryption software that protects any type of file encrypting completely the content with the most advanced systems of cryptography. more>>
Androsa FileProtector 1.4.3 offers you a professional and freeware file encryption software which help you protect any type of file encrypting completely the content with the most advanced systems of cryptography.
Androsa FileProtector allows to put to the sure sensitive file or personal file that do not have to be used/viewed from people not authorized that they have logging to the pc and/or to the files.
With Androsa FileProtector is possible, for instance, protect a file video that could be viewed by people not authorized that they use the computer, in fact once protected with Androsa FileProtector, only who will own the password used for protecting the file video can view it!
Major Features:
- IT IS FREEWARE, end user, in fact, use all features of the software without paying any type of commercial license.
- Extreme facility of use, that also allows the use non experienced end users.
- Safety, thanks to the complete protection of the file with an advanced system of cryptography.
- Speed, it is able in few minutes to protect GB of data.
Enhancements: New Release
Requirements: Microsoft Framework .NET 2.0
WareSeeker Editor
Androsa FileProtector allows to put to the sure sensitive file or personal file that do not ... /viewed from people not authorized that they have logging to the pc and/or to the files. With
Androsa FileProtector allows to put to the sure sensitive file or personal file that do not ... files. With Androsa FileProtector is possible, for instance, protect a file video that couldLicense:Freeware

Advance Antivirus/Firewall 2008.1
Secure Identity & Credit Card theft by blocking access to sensitive files. more>> Secure Identity & Credit Card theft by blocking access to sensitive files, financial records & personal data. Protect your PC against virus attacks, Trojans, Internet Worms and other forms of Malware. Scan and Remove Spyware, Adware, KeyLoggers, Browser Hijackers and Dialers on your PC. Remove viruses automatically and protect email and instant messages. Protect your PC with real time monitoring and regular software updates. Brand new streamlined design, more then very easy to use. Advance Antivirus/Firewall features at a glance : - Removes viruses automatically - Protects email & instant messages - Protects Against Adware & Spyware - Defends against emerging threats - Automatic File Protection - Unlimited updating of virus definitions - Hostile Activity Detection - Windows 98\2000\XP\Vista Compatible (XP\Vista Certified)<<less
