Destroying data down to the 13th level???


 
Thread Tools Search this Thread
Special Forums Hardware Filesystems, Disks and Memory Destroying data down to the 13th level???
# 8  
Old 04-04-2002
Hmmm...well I had not heard of /dev/random either... I see that SunOS has a /dev/random and a /dev/urandom symlink to it. I didn't find anything with man -k. I'll look around for some docs on this thing.

As for just writing zeroes once, yeah it's probably good enough if you don't have physical access to the disk. But to take a disk with sensitive data, write zeroes to it and then make it available to the web would give a security guy a heart attack.

Suppose a write operation failed because the disk is flakey? A good driver will detect that and arrange for the write to return -1. But bad drivers exist. And few programmers do a good job of checking return codes anyway. Later on, someone might get the data with a lucky read. And this line of "reasoning" applies equally to a disk that has been wiped a thousand times. Security guys think this way...
# 9  
Old 04-04-2002
Quote:
Originally posted by Perderabo
Hmmm...well I had not heard of /dev/random either...
Just as a side note:

HP-UX famously lacks a /dev/random capability which every other major vendor implemented long ago. That is one of the reasons that extablishing an ssh connection from a HP-UX box is relatively slow -- entropy (used for generating keys) has to be gathered from the system which is much slower than pulling it from /dev
# 10  
Old 05-18-2002
Question 13 th level

Dont know what the 13 th level here refers to.

i think the /dev/null is present on all unix flavors and that can be a more generic way.

what say buddies
# 11  
Old 09-10-2004
While I know that this is an old posting, I wanted to put my 2 cents in. If you really want to protect the sensative data, replace the drive. It's cheap, the hardware would be faster, and the disk would last longer. Take the old drive and put it on the shelf so that you could get the sensative data back (if you ever needed to).
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Red Hat

SSL certificate generation on OS level or application level

We have a RHEL 5.8 server at the production level and we have a Java application on this server. I know of the SSL certificate generation at the OS (RHEL) level but it is implemented on the Java application by our development team using the Java keytool. My doubt is that is the SSL generation can... (3 Replies)
Discussion started by: RHCE
3 Replies

2. Shell Programming and Scripting

Replace a value after 13th comma in a string

Suppose b=50,0,0,40,1,0,5000,gold,0,0,0,0,32,9,2,0,10000,0,0,0,0,0,0,0,0,0,BSNL_SMS_Bundle ,null,null,null,null,null,null,null,null,null,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,null,null,0,0,405564245,0 c=11 After 13th comma, the value of 9 needs to be changed and to be filled by another... (4 Replies)
Discussion started by: karan23kohli
4 Replies

3. Solaris

Difference between run level & init level

what are the major Difference Between run level & init level (2 Replies)
Discussion started by: rajaramrnb
2 Replies

4. AIX

destroying the OS

Hi Guys I have a cool job to do and that's to destroy aix5.1 on two of my servers. I need to get rid of all information. I have thought of a way of doing this and wondered if any of you had any ideas!! Get the machine into maint mode and run the dd cmd! (7 Replies)
Discussion started by: animata
7 Replies
Login or Register to Ask a Question