TachyonWipe 1.0 - ActiveX DLL Secure Wiper

TachyonWipe is the only ActiveX component on the market that handles Secure Deletion of files beyond recovery. It supports the following Wiping algorithms:

1. The Peter Gutmann algorithm

The file is overwritten 35 times by defined rules. This is many times more secure than the NSA file shredding standards. It takes into consideration the type of magnetic encoding the drive uses and uses specific algorithms to remove any trace of magnetic reminiscence from which files may be reconstituted.

2. NSA algorithm described in "National Industrial Security Program Operating Manual" (US DoD 5220.22-M)

Data is overwritten 7 times by predefined rules, TachyonWipe also supports a faster method which still abides by these rules but where data is overwritten only 3 times.

3. Random data overwrite algorithm

For super-fast wiping of files beyond normal software recovery! This means that you will not be able to undelete files using software programs, but a government institution may be able to recover the files, given enough time with specialized expensive tools.

You can download a fully-functional free trial version now with which you can start creating your own brand of a File Shredder! A sample application is included in the package.

Features: 7 different shredding algorithms
Licensing:  

Royalty free
Single developer - $79

  Click here to buy online
Print  
  

Screenshot

Print  
  

Sample Code

'Wipe a file with the PeterGutmann algorithm
If TWipe.WipeFile(SomeFile, PeterGutmann) = True Then
   'If the return value is True, it means that the file was wiped ok
   MsgBox "Wipe completed successfully!", vbInformation
Else
   'If the return value is False, then there was an error
   MsgBox "Could not wipe '" & SomeFile & "'. Please check if the file exists and make sure it is not in use.", vbExclamation
End If
Print