Main > Free Download Search >

visual nettools 1.1.8 business / commercial software for mac

visual nettools 1.1.8

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 11216
Disk Investigator 1.5

Disk Investigator 1.5


Discover all that is hidden on your hard disk. Recover lost data. more>>

Disk Investigator 1.5 is yet another extremely useful utility for everyone. It actually helps you to discover all that is hidden on your computer hard disk. It can also help you to recover lost data.

You can display the true drive contents by bypassing the operating system and directly reading the raw drive sectors. View and search raw directories, files, clusters, and system sectors, verify the effectiveness of file and disk wiping programs and undelete previously deleted files.

Requirements:

  • Win95, Win98, WinME, WinNT, Win2000, WinXP
<<less
Download (359KB)
Added: 2009-07-06 License: Freeware Price: FREE
1286 downloads
 
Other version of Disk Investigator
Disk Investigator 1.4Kevin Solway - Recover lost data. Disk Investigator. to recover lost data. Display the true drive contents by bypassing the operating system and
License:Freeware
Download (410KB)
3532 downloads
Added: 2003-08-30
Disk Investigator 1.31Kevin Solway - recover data & view hidden files. Disk Investigator. Disk ... to recover lost data. Display the true drive contents by bypassing the operating system and
License:Freeware
Download (347k)
1661 downloads
Added: 2008-11-04
Sure Delete 4.1.9

Sure Delete 4.1.9


Sure Delete is a tool for Windows based computers to completely remove data from your hard drive. No more worrying if your sensitive data can be recovered. No more headaches. more>>

Sure Delete is a tool for Windows based computers to completely remove data from your hard drive. No more worrying if your sensitive data can be recovered. No more headaches.
Sure Delete is tested safe for FAT12, FAT16, FAT32, and NTFS disk formats, so you can use it in Windows? 95, 98, NT 4.0, and Windows 2000 environments without worry. (NT/2000 users must have the appropriate permissions).
Sure Delete is packed with features. Besides being able to wipe files Sure Delete now can wipe free drive space. So even if you forgot to delete the file via Sure Delete, you can just wipe the empty HD space, and you can be sure its gone. Another feature is the ability of the user to choose speed/security ratio. If you have a lot of time on your hands you could use the most secure but also the most time consuming type of wiping. However if you are short on time, and all you need is to prevent half educated snoops from recovering your data then you dont need as much security and you can set Sure Delete to use a little less secure but faster method of wiping. There are many more features which youll just have to download Sure Delete to discover.

Requirements: None

<<less
Download (427.00KB)
Added: 2008-09-07 License: Freeware Price: $0
3669 downloads
SDelete 1.4

SDelete 1.4


Securely overwrite your sensitive files and cleanse your free space of previously deleted files more>>
Securely overwrite your sensitive files and cleanse your free space of previously deleted files One feature of Windows NT/2000s (Win2K) C2-compliance is that it implements object reuse protection. This means that when an application allocates file space or virtual memory it is unable to view data that was previously stored in the resources Windows NT/2K allocates for it. Windows NT zero-fills memory and zeroes the sectors on disk where a file is placed before it presents either type of resource to an application. However, object reuse does not dictate that the space that a file occupies before it is deleted be zeroed. This is because Windows NT/2K is designed with the assumption that the operating system controls access to system resources. However, when the operating system is not active it is possible to use raw disk editors and recovery tools to view and recover data that the operating system has deallocated. Even when you encrypt files with Win2Ks Encrypting File System (EFS), a files original unencrypted file data is left on the disk after a new encrypted version of the file is created.
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.
<<less
Download (24KB)
Added: 2006-05-27 License: Freeware Price:
912 downloads
CD Recovery Toolbox Free 1.1.9

CD Recovery Toolbox Free 1.1.9


Recover files from damaged or corrupted CD, DVD, HD FVD, Blu-Ray disks more>> CD Recovery Toolbox Free was developed for recovering damaged files CD, DVD, HD DVD, Blu-Ray and etc disks. You can use it to restore information lost as a result of some mechanical damage of the disk (scratches, chips, different spots on the surface) or as a result of incorrect recording. Program can recover data that was considered lost. Software distributed as freeware.<<less
Download (666KB)
Added: 2008-07-01 License: Freeware Price:
3987 downloads
Turbo File Uneraser 1.1.5.5

Turbo File Uneraser 1.1.5.5


Turbo File Uneraser is a data recovery program that can recover deleted files. more>> Turbo File Uneraser is a data recovery program that will recover:
- Files and Folders emptied from the Recycle Bin.
- Files and Folders deleted from network drives
- Files and Folders deleted using DOS commands (via the command line).
Features
- Operating systems: MS Windows 95/98/Me and NT/2000/XP
- Disk types: local hard disks, removable disks (Floppies, ZIP, JAZZ and other), USB Sticks (Flash drives), digital camera memory flash cards
- File system types: FAT12, FAT16, FAT32 and NTFS
- Long file names
- Non-English characters in file names
- Saving files even to the same disk from where they were recovered (for emergency cases)
- Smart recovery algorithms
<<less
Download (556KB)
Added: 2008-05-27 License: Freeware Price: Free
1884 downloads
ADRC Data Recovery Software Tools 1.1

ADRC Data Recovery Software Tools 1.1


Data Recovery using ADRC Tools to Undelete, Copy, Raw Copy, Backup & Boot Build more>> ADRC Data Recovery Software Tools contains a collection of DIY data recovery tools that supports a wide variety of drives and file systems.
The software incorporates extremely simple GUI with novice users in mind. The software zooms in to do only critical recovery functions with minimum complexity so one could recover the data easily. It gives you full control to undelete files, disk image back up, restore a backup image, copy files from hard disk with bad sectors, disk cloning, backup, edit and restore your boot parameters.
It is absolutely free! It is our pleasure to offer you the software without charge, direct or hidden, to download and use a fully functional copy of the program. The software will not install any spyware or adware. It does not gives pop-up ads or force any form of subscription to mailing lists.
The program is designed to be compact "green-ware" without any installation. In fact, the whole program is less than 130 kb and you could stuff it anywhere (such as a floppy) and run the program from there to recover data.
If you are happy with the utility, share the information with others about ADRC Data Recovery Software Tools or place to link to our download home page.
<<less
Download (45KB)
Added: 2008-06-30 License: Freeware Price: Free
494 downloads
Disktest PRO 1.0

Disktest PRO 1.0


Analyze, repair or modify 3.5 floppy more>>
Disktest PRO is a Windows (32Bits) program to analyze, repair or modify 3.5 Double Sided High Density floppy disks on first floppy drive (A:). You can test floppy disks, search for bad sectors, repair bad sectors, format, quick format, recover data on bad sectors, make backups, mark/unmark bad sectors, erase data without using files, test floppy disk speed on reading.
Data, when recovered, is 100% reliable. More than 3 pass testing is made to recover bad sectors. You can also format individual parts of the disk even with bad sectors on system area. All tasks can be viewed in an interface that lets the user see what is going on and where on the disk. All disk sectors are visible but more views are available.
<<less
Download (0.22MB)
Added: 2002-09-21 License: Freeware Price:
2615 downloads
Unstoppable Copier 4.1

Unstoppable Copier 4.1


Recovers data from scratched or damaged disks including floppy, DVD, CD and hard disks more>>

Unstoppable Copier 4.1 is a tool endowed with extraordinary powers which recovers data from scratched or damaged disks including floppy, DVD, CD and hard disks.

Major Features:

  1. Unstoppable copier is great for recovering files from scratched CDs or defective floppy/hard disks.
  2. Allows you to copy files from disks with problems such as bad sectors, scratches or that just give errors when reading data.
  3. The program will attempt to recover every readable piece of a file and put the pieces together. Using this method most types of files can be made useable even if some parts were not recoverable in the end.
  4. Normally when your computer is unable to copy a file from a damaged disk it will abort and delete the portition of the file it has copied.
  5. Unstoppable Copier will continue copying the file right to the end; any unrecoverable data after many retries is replaced with blanks. This will allow you to truely recover every byte of information that is available for recovery.
  6. Unstoppable copier allows you to specify a single file, a group using wildcards or if you wish, select a starting folder and the program will copy all data from it and any sub folders it may contain.
  7. Unstoppable copier doesn't just need to be used for copying files form defective disks, it can be used to transfer any files.

Enhancements:

  • The program has MAJOR improvements and ive managed to incorporate many of the suggestions/bug fixes people have requested over the previous version of Unstoppable Copier.
<<less
Download (370KB)
Added: 2009-07-02 License: Freeware Price: FREE
27 downloads
 
Other version of Unstoppable Copier
Unstoppable Copier 3.12Unstoppable Copier recovers data from scratched or damaged disks including floppy, DVD, CD ... Unstoppable Copier recovers data from scratched or damaged disks including floppy, DVD, CD
License:Freeware
Download (70KB)
867 downloads
Added: 2007-07-16
Power Email Recovery for Outlook Express 1.1

Power Email Recovery for Outlook Express 1.1


Power Email Recovery for Outlook Express is a professional data recovery software that recovers damaged *.dbx files where MS Outlook Express stores folders with messages. It also recovers accidentally more>>
Power Email Recovery for Outlook Express is a professional data recovery software that recovers damaged *.dbx files where MS Outlook Express stores folders with messages. It also recovers accidentally deleted messages. The unique recovery technology allows the user to read damaged *.dbx files created by Outlook Express and recover accidentally deleted messages. Recovered messages are in the .eml format and can be imported into Outlook Express mail and news bases.
Features:
* Standard "Outlook Express" - style interface.
* Host OS: Windows 9x, ME, NT, 2000, XP.
* Supported *.dbx file formats: MS Outlook Express 5.0, 5.01, 5.5, 6.0
* Automatic or manual search for message base files. R-Mail searches for message bases on all (including network) disks visible by the host operating system.
* Recovered messages may be opened directly in MS Outlook Express.
* Recovered messages may be saved in the *.eml file format on any (including network) disks visible by the host operating system.
* Message source view.
<<less
Download (550K)
Added: 2008-03-16 License: Freeware Price: $0
669 downloads
Smart NTFS Recovery 4.2

Smart NTFS Recovery 4.2


Smart NTFS Recovery is a data recovery solution for Windows that supports the NTFS file system. The software easily recovers data from hard disks and any type of storage media with NTFS file system. more>>

Smart NTFS Recovery 4.2 offers you a great tool which can support the NTFS file system. The NTFS Recovery applies a simple yet powerful algorithm, which makes it possible to restore your lost data quickly and effectively.

The software easily recovers data from hard disks and any type of storage media - flash drives, USB drives, memory stick, PC card, multimedia card, secure digital card with NTFS file system. Smart NTFS Recovery can recover any deleted files, including MS Office files, photos, mp3 and zip files, even if the partition table is lost!

Major Features:

  1. Be very useful and easy to use.
  2. Have ability to restore the lost data easily.
  3. Useful for recovering data from hard disks and any deleted files

Enhancements: Performance improved

Requirements: Windows NT/2000/XP/2003/Vista

WareSeeker Editor

<<less
Download (1.49MB)
Added: 2009-04-14 License: Freeware Price: $0
2658 downloads
 
Other version of Smart NTFS Recovery
Smart NTFS Recovery 3.9The software easily recovers data from hard disks and any type of storage media with NTFS f ... The software easily recovers data from hard disks and any type of storage media - flash drives
Price: $0
License:Freeware
Download (1734K)
559 downloads
Added: 2008-04-17
Price: $0
License:Freeware
Download (770K)
648 downloads
Added: 2007-02-21
HABClean 1.0

HABClean 1.0


Destroy and Scrubber, that are designed to remove all traces of sensitive files more>>
Destroy and Scrubber, that are designed to remove all traces of sensitive files The HABClean software package will include two easy to use utilities, Destroy and Scrubber, that are designed to remove all traces of sensitive files from hard or floppy disks before you pass them on to someone else.
While they are not intended to defeat the efforts of data-recovery professionals, they will make it very difficult for anyone to recover data from disks on which they have been used. Thus, unless you have very valuable data on your disks, the cost of recovery will be much greater than the value of the data to someone else.
Destroy - destroys files by blanking and then deleting them. When you use Destroy, you will be asked to choose the number of passes Destroy will use. If you choose more than one pass, all but the final pass overwrite the file with nonsense data. The final pass overwrites the file with null characters. Finally, Destroy renames the file to a meaningless single-letter name and then deletes it.
Scrubber removes traces of files previously deleted from the disk.
When you use Scrubber, you will be asked to choose the number of passes Scrubber will use. If you choose more than one pass, all but the final pass overwrite the unused portions of the disk with nonsense data. The final pass overwrites these portions with null characters. Thus no-one will be able to undelete previously deleted files.
<<less
Download (455KB)
Added: 2007-03-27 License: Freeware Price:
942 downloads
Data Supplies RTS 2.0.0

Data Supplies RTS 2.0.0


Data Supplies is a Remote Technical Support Installer more>>
Data Supplies is a Remote Technical Support Installer which will connect you to Data Supplies HQ support team.
<<less
Download (591KB)
Added: 2006-08-17 License: Freeware Price:
1167 downloads
keepITsafe 5.1.0.5

keepITsafe 5.1.0.5


Ultimate Online Backup Program - Irelands leading backup provider more>>
Ultimate Online Backup Program - Irelands leading backup provider KeepITsafe is Irelands leading backup provider, removing all trouble and risk associated with manual backup.
Fully automated backup - Backups occur automatically over the Internet or via private network connection. No manual staff intervention is required
Rapid recovery - A unique delta restore technology automatically recovers only the data that has changed since your last backup, not the entire file or database. This dramatically speeds recovery and lets you resume operations immediately after a data loss
Built-in protection of open files and databases - The keepITsafe solution provides built-in support for open file and database backup without complex plug-ins or costly third-party tools
Web-based management - Through a Web portal interface, you have point-and-click access to your data - at any time, from anywhere - for simplified backup and recovery
Benefits
1. Daily Backup your files, Microsoft SQL Server, Microsoft Exchange Server, Lotus Domino / Notes and Oracle
2. Fully automated. No administration required.
3. Send business data offsite to a secure data center
4. Protect business data against natural disasters, e.g. fire, flood.
5. Save you time and money
6. Easy to deploy and maintain
Features
1. Easy to use web interface
2. Customisable backup schedule allows backup to be scheduled at any time
3. Compress and encrypt data automatically before sending them to the server (server stores only encrypted data)
4. Increment backup strategy ensures that only new or updated files are sent to backup server
5. Backup Microsoft SQL Server 7.0 / 2000, Microsoft Exchange Server 2000 / 2003, Lotus Domino / Notes 5.0 or above and Oracle 8i/9i (support both full / incremental backup)
6. Access backup data anytime, anywhere by using a browser
7. Comprehensive backup report lists all files being backup. Backup report will be delivered to user automatically via email when each backup job completed.
8. Backup data are CRC validated before they are stored on server.
9. Customisable data retention policy allows user to access files even when they have been deleted.
10. Select files to be backed up easily by using backup filter, e.g. selecting all *.doc and *.xls in your computer in a single operation
11. Run any custom OS commands before/after a backup job.
12. Run on Windows, Mac OS X, NetWare, Unix, Linux and all other platforms supporting a Java2 Runtime Environment (JRE) 1.3.1 or above
13. LiveUpdate allows patches to be deployed easily
14. System activity report, showing all backup system information, will be delivered to user via email everyday.
Security
1. Point-to-point SSL communication between server and client
2. Support HTTP/HTTPS Proxy and Socks v4/v5 firewall
3. Data are 128-bit encrypted when stored on backup server
4. Choice of different encryption algorithms, e.g. TwoFish, Triple DES, Advanced Encryption Standard (AES)
5. Choice of different encryption modes, e.g. Electronic Cook Book (ECB) and Cipher Block Chaining (CBC)
6. An random initialising vector, salt and iteration count will be generated by the software automatically when encrypting your data
7. Each backup user can restrict online access to his files to his pre-defined list of IP addresses
Restricted access to premises and controlled access to computer room facility - For added security a very limited number of Secure Technologies Networks staff have access to the computer room facility in which Secure Technologies is stored.
Easily select the files and folders to be backed up -
Files and folders can be individually selected, or you can create filters to automatically select your specific files. Select the file(s) you would like to restore - You can select any number of files that you would like to restore. This is useful if you accidentally delete a file or need an older version of a document you are working on. In addition to this, if some of your data becomes infected with a virus, you can restore a previous (un-infected) version of the file, and continue working without any delays.
Encrypted
All data is encrypted so that it is unreadable to anyone who may view it, including Secure Technologies operational staff - For optimal security all data is encrypted so that no one can view your valuable information. The data is encrypted before it leaves your computer. This means that it is completely safe while it is on its way to our server. The data is then stored on the server in its encrypted form. This is an extremely important feature of Secure Technologies because users, understandably, want their data to remain as secure as possible.
All data is compressed for transmission - To save you time and ISP connection costs all files on your computer are compressed before they are sent for backup.
Comprehensive Log file
Secure Technologies has a detailed Log File that provides information on each of your backups. This information includes the backup size before and after compression, the number of compressed files, warning, errors, time of backup etc.
Version restrictions:
You can use keepITsafe 100MB package for free
250MB $4 Per Month
500MB $7 Per Month
1GB $14 Per Month
5GB $30 Per Month
10GB $50 Per Month
<<less
Download (16.9MB)
Added: 2006-11-02 License: Freeware Price:
1087 downloads
CD Recover 1.0

CD Recover 1.0


CD Recover is a lossy disc copying program. more>>
CD Recover is a lossy disc copying program. CD Recover is a lossy disc copying program.
Designed for recovering as much information as possible from a corrupted file.
The program is optimized for recovering corrupt video data from CDs.
CD Recover will also support multiple file retrieval methods.
Say goodbye to CRC errors at the end of a file copy.
<<less
Download (40KB)
Added: 2007-06-13 License: Freeware Price:
558 downloads
 
Other version of CD Recover
CD Recover 1.0Recover as much information from a corrupted file on CD ROM discs. recovering corrupt video data from CDs and supports multiple file retrieval methods. If you
License:Freeware
Download (40KB)
757 downloads
Added: 2007-10-22
eDATA Unerase Personal Edition 3.0.22

eDATA Unerase Personal Edition 3.0.22


A powerful data recovery software to recover deleted files more>>
A powerful data recovery software to recover deleted files eDATA Unerase is a powerful and easy-to-use data recovery software to
recover lost or deleted files from hard drives, floppy disks, digital
cameras, SmartMedia, CompactFlash, Sony Memory Sticks, IBM Micro Drives,
Flash cards or other removable media types.
Simply use eDATA Unerase to restore your lost files in 3 wizard steps even if they have been deleted by a virus attack, emptied from the Recycle Bin, lost due to the format of a hard drive or system crash. No special skills are required.
This is a freeware and basic version of eDATA Unerase. eDATA Unerase will recover deleted files from logical drives visible by host OS. This version will not find lost files.
Main features:
- Recovers files from FAT12/16/32 and NTFS hard drives, memory sticks, USB flash drives, memory cards, removable media and more.
- Recovers files which have been removed from Recycle Bin or Recycle Bin has been emptied.
- Cluster scan of "quick formatted" drives or system/virus corrupted hard drives.
- Recovers files which have been deleted by virus attack.
- Easily scan for group of file types.
- Easy sorting of deleted file list.
- Search filter options.
- Recover files which have been removed while power failure.
System requirements:
- 5 megabytes of disk space
- 64 megabytes of RAM (128 or more megabytes recommended)
- Hard drive or another storage such as Iomega Zip, Jazz , Orb, USB Pen Drive, LS-120, floppy disk, network drive, server volume for save recovered files.
<<less
Download (2.03MB)
Added: 2006-12-06 License: Freeware Price:
1080 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5