Program for a Non Destructive Data Wiper

Files Recovery Software
Home Contact Details Customer Support Download Demo Products  

 
 

Writing program for Non–Destructive data wiper

The non-destructive data wiper is a kind of data wiping program by using which we can wipe out the entire “unallocated space” of the disk volume, without harming the data which is stored in disk, in any way.

The scope of such data wiper is in the cases, where you want to wipe out all the unallocated space of the disk volume while the allocated data stored in the volume should remain untouched. This type of data wiping program also wipes out the data area of deleted files.

The program coding for a type of non – destructive data wiping program has been given next:

///// Program for a Non Destructive Data Wiper \\\\\

#include <stdio.h>

unsigned int file_num=0; /* Provides File Number
During the Auto Creation
of Temporary Data files */

float status=0; /* How Much Disk space is
still Written */

static char dbuf[40000]; /* Data Buffer to write
Temporary Files with */

char file_extension[5]=".ptt";/* Unique Extensions for
Temporary Files */

char temp[5]; /* File Number converted to
String */

char filename[40]; /* Temporary File name */

void main()
{
unsigned int i=0;
clrscr();

while(i<40000)
{
dbuf[i] = ' ';
i++;
}
gotoxy(10,14);cprintf(" MB Still Written...");

while(1)
{

Previous page

page 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17

Next page
 
 
Data Recovery Book
 
Chapter 1 An Overview of Data Recovery
Chapter 2 Introduction of Hard Disks
Chapter 3 Logical Approach to Disks and OS
Chapter 4 Number Systems
Chapter 5 Introduction of C Programming
Chapter 6 Introduction to Computer Basics
Chapter 7 Necessary DOS Commands
Chapter 8 Disk-BIOS Functions and Interrupts Handling With C
Chapter 9 Handling Large Hard Disks
Chapter 10 Data Recovery From Corrupted Floppy
Chapter 11 Making Backups
Chapter 12 Reading and Modifying MBR with Programming
Chapter 13 Reading and Modifying DBR with Programming
Chapter 14 Programming for “Raw File” Recovery
Chapter 15 Programming for Data Wipers
Chapter 16 Developing more Utilities for Disks
Appendix Glossary of Data Recovery Terms
 
 
Pro Data Doctor

Home

Products

Contact Details

Customer Support

Download Demo

Terms and Conditions

 
Pro Data Doctor