473,386 Members | 1,758 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

WipeDotNet Is Now Available - DOD 5220.22-M Sanitization From Within .NET

BJS
WipeDotNet is a program that I wrote that implements item D of the
Clearing and Sanitization Matrix listed in section 8-306 of DOD
5220.22-M - The National Industrial Security Program Operating Manual.
It provides you the ability to perform secure file wiping from within
your .NET application.

WipeDotNet is supplied as two DLLs:

cwipe.dll - a Win32 DLL writen in C that implements low level operating
system functionality and does the actual wiping.

WipeDotNet.dll - a .NET assembly that wraps the functionality in
cwipe.dll and can be referenced in your projects and allow your .NET
application to perform a secure file wipe.

WipeDotNet.dll provides a single class called Wiper. The Wiper class
exposes two Static (Shared) methods called WipeDirectory and WipeFile.

WipeDirectory takes a DirectoryInfo object and number of passes. It
does not process subdirectories. It also doesn't actually delete the
directory passed to it. It simply is an easy mechanism for you to wipe
all the files in a directory. It returns a Boolean indicating success
or failure.

WipeFile takes a FileInfo object and number of passes. It returns a
Boolean indicating success or failure.

WipeDotNet works on Win 9x, Win ME, NT 4.0, Windows 2000, Windows XP,
and Windows Server 2003.

WipeDotNet has two known limitations: it has not been tested (and
probably doesn't work) on NTFS compressed files and it has a max file
size of 4,294,967,295 bytes (4 GB).

WipeDotNet is available now for $29 via PayPal and is sold "as is"
without warranty. That being said, I'll provide a reasonable level of
support through email for anyone who buys it.

To get more info, visit my web site:
http://www.nicetaco.com/sbbs/Thread.aspx?ThreadID=16277

Thanks,
Brian

Jul 21 '05 #1
0 1097

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: SeeBelow | last post by:
I'm learning Tkinter, from Grayson's book and some online sources. I don't know how to find out which color names and font names are available on my system. I'm using Windows 2000. I assume...
4
by: M Taylor | last post by:
Hi, Is it possible to 'ask' MySQL using SQL if InnoDB is available and usable? I am writing a GUI database app that has a 'create table' function, I want to give the user the option of...
0
by: LaidBackWebSage | last post by:
Hi, All! I've got a very large table (149 fields -- I know, I didn't create it, and I'm working on changing it...) and I need to add an index to speed up a join query. However, when I run the...
2
by: Targa | last post by:
I built a simple scheduling application using an access db. The relevent fields are eventRoom, startDate, startTime and endTime. When I go to add a new event, what method can I use to make sure...
9
by: Andy Lomax | last post by:
gcc 3.3 allowed a typedef for a function pointer to contain default argument specifications; for example: typedef int (*foo) (int, int, int=0, bar=0); However, it turns out that this is...
1
by: Waitman Gobble | last post by:
Hello, I am new to Python. I am having trouble with zipfile.py. On a Linux machine with python 2.4.2 I have trouble opening a zipfile. Python is complaining about the bit where it does a...
22
by: markus | last post by:
Hi, There are more than 1000 defined system calls in the Unix standard specification, however, a majority of them are optional and the availability of system calls are dependent on the OS...
13
by: aarklon | last post by:
Hi all, I accidentally found expert C programming by peter van der linden here:: http://sunner.cn/courses/C/ebook/Expert.C.Programming.pdf
6
by: _R | last post by:
Does anyone know when the release version of the 2005 VS/VC# will be available?
0
by: Drew Bray | last post by:
09-18-2006 Announcing Zenoss Version 0.22.3 All, Version 0.22.3 of Zenoss is available for download. Version 0.22.3 is a dot release of version 0.22.0, which added several new features,...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.