Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Create text files recursively and write ZEROS within them all - data overwriting purposes

by GotToBTru (Prior)
on Dec 29, 2015 at 21:13 UTC ( [id://1151408]=note: print w/replies, xml ) Need Help??


in reply to Create text files recursively and write ZEROS within them all - data overwriting purposes

Disk wiping for security purposes almost certainly needs to interact with the disk on lower level than merely writing large files. As an example, the claimed "Mil-Spec security" provided by one vendor involved writing each of a set of byte patterns, in a particular order, to each sector of the disk. Multiple times, I think.

As with many other security considerations, what needs to be done will depend also on the tenacity and resources of the adversary. It's one thing to make sure somebody can't reconstruct a particular file using Norton Utilities, and another to keep the NSA from reading the disk by using data remnants from seeker head hysteresis.

But God demonstrates His own love toward us, in that while we were yet sinners, Christ died for us. Romans 5:8 (NASB)
  • Comment on Re: Create text files recursively and write ZEROS within them all - data overwriting purposes

Replies are listed 'Best First'.
Re^2: Create text files recursively and write ZEROS within them all - data overwriting purposes
by BillKSmith (Monsignor) on Dec 29, 2015 at 23:21 UTC
    Security also has limited resources. Using them wisely only limits the number of adversaries who can potentially access our data. I believe that all suggestions so far are in the spirit of making better use of available resources.
    Bill
Re^2: Create text files recursively and write ZEROS within them all - data overwriting purposes
by panicbuttonsec (Initiate) on Dec 30, 2015 at 17:25 UTC

    Agreed. I can use a "disk wiper" which we have, but they are slow and I was hoping for a quick simple method for overwriting data, especially when the drive is needed within a very short timespan. US DOD 5220 standards are not required here.Even linux's sudo shred command is slow with only a single zero pass. Thanks for the help, though.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1151408]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (2)
As of 2024-04-19 18:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found