sensitive files

East-Tec File Shredder 1.0
Securely destroy files beyond recovery using drag and drop and an easy interface. more>>

DetachPipe Free 5.0.9
Need to send sensitive attachments? Want to know if they were ever read? DetachPipe? makes it easy to send private files like white papers, proposals and résumés, and to track how many times they were more>> <<less

FileShield 1.1
A simple tool that lets you easily encrypts and decrypts specified files and folders using just one password. Protect important files on your computer with FileShield. more>>
Ever wish you could password-protect specific computer files that contain important or sensitive information? Now you can create a password-protected folder on your computer, which will enable you to lock and encrypt a variety of files, including text files, graphic files and pictures ? even specific folders. Once locked, these files and folders cannot be deleted or moved and are completely secure.
Androsa FileProtector 1.4.2
Androsa FileProtector is an encryption tool more>> 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. 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.<<less
Androsa FileProtector is a professional and freeware file encryption software that protects ... Androsa FileProtector allows to put to the sure sensitive file or personal file that do not
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

Secure Eraser 2.2 SE
Software for secure file deletion on Windows systems. more>> Windows file deletion functions delete files just apparently: the underlying hard disk sectors, containing your sensitive data, are neither being emptied nor overwritten, thus making it easy to restore previously deleted files even without advanced technical knowledge.
Applying five well-known and acknowledged deletion standards Secure Eraser deletes your sensitive data irretrievably - and offers an easy to use user interface.
Additionally to overwriting sensitive files with random data Secure Eraser supports other acknowledged deletion standards (US DoD 5220.22-M E, US DoD 5220.22-M ECE, German standard, Peter Gutmann standard).
Secure Eraser creates context menu entries in context menus for files, folders and recycle bin to allow direct access to secure file deletion functions.<<less
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 ].
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
Secure Eraser 2.202 SE
Software for secure file deletion on Windows systems. more>> Windows file deletion functions delete files just apparently: the underlying hard disk sectors, containing your sensitive data, are neither being emptied nor overwritten, thus making it easy to restore previously deleted files even without advanced technical knowledge.
Applying five well-known and acknowledged deletion standards Secure Eraser deletes your sensitive data irretrievably - and offers an easy to use user interface.
Additionally to overwriting sensitive files with random data Secure Eraser supports other acknowledged deletion standards (US DoD 5220.22-M E, US DoD 5220.22-M ECE, German standard, Peter Gutmann standard).
Secure Eraser creates context menu entries in context menus for files, folders and recycle bin to allow direct access to secure file deletion functions.<<less
FileSort 1.5.146
FileSort sorts the lines in a file into alphabetical order more>>
SDelete 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.
SoftAmbulance Free Eraser 1.02
Erase sensitive files securely using SoftAmbulance Free Eraser. 100% incurable! more>> Now you can download SoftAmbulance Free Eraser with our quality and support! SoftAmbulance Free Eraser is a program for completely and irrevocably files erase. Program erases files, but not directories. After using SoftAmbulance any uneraser will recover only filenames. No other data will be recovered! We advice to use it before selling your computer, before your dear comes home or any other, ahem, sensitive cases! Do not give it to kids!<<less
ICE ECC 2.7
ICE ECC is a file verification and repair tool. ICE ECC allows you to protect your important files and sensitive data against digital corruption using Reed-Solomon codes. more>>
Did you know that a typical CD-R/DVD-R disk can hold its data intact for only a few years? ICE ECC is the perfect solution to this problem - before you store your data, protect it against corruption with ICE ECC.
ICE ECC is easy to use. To protect a file against corruption, just select the file/files/directories with the program by navigating the explorer-style window and click Create. This creates recovery file/files of the original files. You can easily control the size and number of the recovery files.
When you want to verify whether the file has been modified or if the data in it has been corrupted, just select the appropriate .ecc file and click Verify. ICE ECC will then do a full analysis of the file and let you know if it has been corrupted, in that case ICE ECC will automatically recover it for you.
Major Features:
- ICE ECC supports not only file/files. It works with directories too. You can easily protect a whole CD-R or DVD-R disk or any files or folders from digital corruption.
- Reed-Solomon codes require a lot of CPU power for calculation purposes. ICE ECC provides the fastest implementation of Reed-Solomon codes in the world.
- ICE ECC is a native Unicode application. That means that any filename is supported.
- There is no limitation on the number or size of protected files or directories.
- ICE ECC uses the distributed mechanism of storing recovery information. Recovery is possible even if files with recovery information are heavily corrupted.
- ICE ECC uses special compression techniques for storing catalogs of files. It provides the minimal size of recovery files even for large file collections.
- ICE ECC may not only recover damaged files. It can recover lost files, if the size of these files are less than the size of all valid .ecc files.
- ICE ECC uses an algorithm that will allow it to find shifted data regardless of the distance by which it has been shifted and will work with any block size. Both .ecc files and data files are immune to shift.
- ICE ECC support queues for any operations.
- ICE ECC support multi core CPU or multiple CPU systems.
- There is full command line support in ICE ECC. Command line commands add automatically to queue and execute asynchronous.
Enhancements: MMX support
<<less
Free Disk Wipe 3.4.8
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. Delete files securely 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. Rest assured that the files deleted with Free Disk Wipe will not be recovered even in an FBI lab!
The Undelete specialize in making various data recovery products to restore deleted files and corrupted data from damaged hard drives. As renowned data recovery specialists, The Undelete learned from experience that, while recovering data is hard, getting rid of unwanted information is even harder.
Simply deleting a file or folder with Windows wont remove their contents even if you dont use the Recycle Bin or clean it regularly. The file will be marked as deleted in the file system, but its contents will sit on the disk, waiting to be recovered. The Undelete software does it with no sweat.
Overwriting the contents of the deleted file with zeroes does make it impossible to recover data with data recovery software, but such information can still be recovered in a clean lab. Really sensitive information is never secure when deleted this way.
Free Disk Wipe overwrites the contents of the deleted files with a random sequence of numbers, making it effectively impossible to recover the original contents of the file with data recovery software or in a clean lab. Designed by renowned data recovery specialists, Free Disk Wipe copes well against all attempts to recover deleted information. Clean up sensitive information finally and forever with Free Disk Wipe at no charge!
Free Disk Wipe is available at www.the-undelete.com for free evaluation.
System Requirements: A Standart Wiudows PC
Enhancements: 1) Support Windows Vista all 2) Support NTFS, NTFS5, NTFS+EFS file systems. 3) Supports Windows 95 / 98 / ME / NT / 2000 / XP / Server 2003/ Vista Operating Systems
<<lessLicense: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

ImageHide 2.0
Hide your sensitive data in image files.Version 2.0 more>> Hide your sensitive data in image files. Version 2 of this great Steganography software, Now with better encryption (RC_4) and SHA hashed passwords, image file versioning, auto image create (fractals), save files to BMP or PNG format, Load in many different image formats. Undetectable to the eye or image viewing programs, and no increase in file size.<<less
ContextHelp for Delphi2 1.0
Have you ever created a Windows help file with context sensitive help? Forget any HelpContext and [MAP]-sections! TContextHelp does this job from now on: it links context sensitive help by controlname more>>