473,465 Members | 1,915 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

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 1099

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: 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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.