Welcome Guest ( Log In | Register )



2 Pages V  < 1 2  
Reply to this topicStart new topic
> Wiping Out A Hard Drive, Most secure method?
Rating 5 V
FirefoxRocks
post Jul 5 2008, 03:37 PM
Post #11


Super Member
Group Icon

Group: [HOSTED]
Posts: 696
Joined: 12-July 06
From: Ontario, Canada
Member No.: 14,464



I decided to throw out the computer (but kept the hard drive and my 64MB of RAM) and donated the monitor to a local organization. I used both RCMP and DoD methods of wiping out the hard drive and right now it is sitting here underneath my new wireless adapter.
Go to the top of the page
 
+Quote Post
xboxrulz
post Jul 6 2008, 06:20 PM
Post #12


Colonel Panic
Group Icon

Group: [MODERATOR]
Posts: 2,788
Joined: 25-March 05
From: Toronto, Ontario, Canada
Member No.: 3,233



Wow, that means that you did have very secret data if you had to go to RCMP/DoD and probably NSA methods to wipe the system.

Anyways, 64MB of RAM??? That system must have been really old if it only had 64MB of RAM.

xboxrulz
Go to the top of the page
 
+Quote Post
levimage
post Jul 16 2008, 03:18 AM
Post #13


Advanced Member
Group Icon

Group: [HOSTED]
Posts: 147
Joined: 1-October 07
From: United States
Member No.: 25,237



Hey I'm still holding on to my old ram - SIMM(s). They are good for the times when you come across an old laser printer. You can upgrade the memory. Just hang on to them, I'm sure someone out there will need them. smile.gif
Go to the top of the page
 
+Quote Post
xboxrulz
post Jul 16 2008, 05:48 PM
Post #14


Colonel Panic
Group Icon

Group: [MODERATOR]
Posts: 2,788
Joined: 25-March 05
From: Toronto, Ontario, Canada
Member No.: 3,233



Printers use SIMMs? Never knew that. What type?

xboxrulz
Go to the top of the page
 
+Quote Post
levimage
post Jul 16 2008, 10:06 PM
Post #15


Advanced Member
Group Icon

Group: [HOSTED]
Posts: 147
Joined: 1-October 07
From: United States
Member No.: 25,237



Like the old LaserJet Printers... HP i believe. I remember them from back in my high school days. Also some Apple Laserwriters (the laser printers) as support adding SIMM(s). If you've ever asked someone who managed a computer lab with network laser printers or someone who ran a print shop back in the day, they'll tell you the same.
Go to the top of the page
 
+Quote Post
levimage
post Jul 16 2008, 10:07 PM
Post #16


Advanced Member
Group Icon

Group: [HOSTED]
Posts: 147
Joined: 1-October 07
From: United States
Member No.: 25,237



QUOTE(levimage @ Jul 16 2008, 04:06 PM) *
Like the old LaserJet Printers... HP i believe. I remember them from back in my high school days. Also some Apple Laserwriters (the laser printers) as support adding SIMM(s). If you've ever asked someone who managed a computer lab with network laser printers or someone who ran a print shop back in the day, they'll tell you the same.


You might have to update the firmware on the NIC enabled printers for the printer to recognize the new amount of ram. Then upload the fonts you most commonly use.

This post has been edited by levimage: Jul 16 2008, 10:09 PM
Go to the top of the page
 
+Quote Post
Gr33nN1nj4
post Aug 17 2008, 10:33 PM
Post #17


Newbie [ Level 2 ]
Group Icon

Group: [HOSTED]
Posts: 20
Joined: 11-August 08
Member No.: 31,987



(on topic of OP)
When I wipe hard drives, I use a live linux cd/floppy (a linux floppie should work as most of them will have dd and the device tree) and do dd if=/dev/urandom of=/dev/<hard drive> then collow it with dd if=/dev/zero of=/dev/<hard drive>, I do that a couple of times esp if I am setting up a encrypted partition, that way if they try to look at the drive down some layers all they see is garbage or null bytes.
Go to the top of the page
 
+Quote Post
FirefoxRocks
post Aug 20 2008, 02:56 AM
Post #18


Super Member
Group Icon

Group: [HOSTED]
Posts: 696
Joined: 12-July 06
From: Ontario, Canada
Member No.: 14,464



QUOTE(Gr33nN1nj4 @ Aug 17 2008, 05:33 PM) *
(on topic of OP)
When I wipe hard drives, I use a live linux cd/floppy (a linux floppie should work as most of them will have dd and the device tree) and do dd if=/dev/urandom of=/dev/<hard drive> then collow it with dd if=/dev/zero of=/dev/<hard drive>, I do that a couple of times esp if I am setting up a encrypted partition, that way if they try to look at the drive down some layers all they see is garbage or null bytes.

I'm sorry but that is much too confusing. Perhaps you could explain that more? I'm not trying to encrypt a partition here, and is the method you mentioned really secure?
Go to the top of the page
 
+Quote Post
Gr33nN1nj4
post Aug 20 2008, 08:29 PM
Post #19


Newbie [ Level 2 ]
Group Icon

Group: [HOSTED]
Posts: 20
Joined: 11-August 08
Member No.: 31,987



Yes it is secure as what happenes is this

First run 000000000000
2nd run 4gv3h904hgw4
4th run 000000000000
3rd run 32r98hg43g[34


and so forth, the reason i brought up encryption is that is one of the main causes people zero out their hard drive.

but beware this method takes a while to run then just running it once, which the NSA has said 32 times is best as most NON government software can't read that far down and they actually have to take the drive to the labs and take them apart to read that far smile.gif.

but the commands again (32times in 1 shot if i can recall my bash scripting)
NOTE: DO NOT RUN THIS IT WILL WIPE OUT YOUR HARD DRIVE BEYOND THE POINT OF RECOVERY

CODE
#!/bin/bash
$DRIVE = /dev/sda # change this to your hard drive you wanna erase
$COUNT = 0
while [ $COUNT -lt 16 ] : do
    dd if=/dev/zero of=$DRIVE && dd if=/dev/urandom of=$DRIVE
    COUNT = $[$COUNT+1]
done
dd count=1 bs=1024 if=/dev/zero of=$DRIVE # erase the first 1megabyte to clear the MBR and partition table

EDIT:
save as blah.sh and and chmod +x it so you can run it, and run it as root and goto sleep and when you wake up it will be cleared.
(i had a guy double check the script for me) it will erase your hard drive 32 times and clear out the MDR and partations of any garbage the last urandom did


This post has been edited by Gr33nN1nj4: Aug 20 2008, 08:44 PM
Go to the top of the page
 
+Quote Post

2 Pages V  < 1 2
Fast ReplyReply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. How To Set Up A Secure Socket Layer (ssl) Into Your Website?(5)
  2. Choosing An Extremely Secure Password - Examples(16)


 



- Lo-Fi Version Time is now: 11th October 2008 - 02:49 PM