lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
From: aditya.deshmukh at online.gateway.technolabs.net (Aditya, ALD [ Aditya Lalit Deshmukh ])
Subject: Erasing a hard disk easily

> An overwrite with alternating zeros and ones will defer almost anbody, and so 
> will a random-data overwrite, provided both are repeated at least 3-5 times.
> 
> [ the command for dd overwrite with zeros is: dd if=/dev/zero of=/dev/hd? ]


so here are the actual command that you will have to run, 

dd if=/dev/zero of=/dev/hd? ; dd if=/dev/full of=/dev/hd? ; dd if=/dev/urandom of=/dev/hd?


is the addition of /dev/full sufficent ie /dev/zero alternated by /dev/full should do the trick ? ie write zeros and ones on the disk, followed by random writes. done 5 times should it be enought?

-aditya

??????????????????????????????????????????????????????
?b???v?"?.axZ?x??????Gb?*'??.?[kj???.?j)m???r??


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ