If you want to be super paranoid about things, use properly implemented
full disk encryption from the get go. Once you are ready to wipe the
disk, use what is standard for most Government/Business use: overwrite
with random data 7 times. If you want to be super aggressive about
things (yet for
Nick Holland wrote:
>Another answer to your question might be to change those zeros to ones.
>One way to do that:
>
># tr "\0" "\377"
On Thu, Jan 11, 2018 at 11:16:28AM -0600, L. V. Lammert wrote:
> On Thu, 11 Jan 2018, STeve Andre' wrote:
>
> > Don't bother. Wiping the disk twice is enough. If you are storing state
> > secrets melt the disk.
> >
> An anvil big hammer also works well and gives some exercise in the
> process.
On 11/01/18 14:45, Andreas Thulin wrote:
in order to achieve paranoid disk-wiping?
I don't have a solution to offer for existing disks, but that made me
just think that it would be probably easy to create two partitions on a
disk, one that will be a keydisk
(https://www.openbsd.org/faq/faq14
Thanks to all of you for either useful tips or good-to-read rants. :-) I’ll
try out tips from Nick & Todd, let’s see where that takes me.
BR, Andreas
fre 12 jan. 2018 kl. 05:22 skrev Todd C. Miller :
> On Thu, 11 Jan 2018 22:09:32 -0500, "trondd" wrote:
>
> > A 1 is too narrow to fully cover the
On Thu, 11 Jan 2018 22:09:32 -0500, "trondd" wrote:
> A 1 is too narrow to fully cover the original data.
You need to use an 8 to wipe out all seven segments.
- todd
On 01/11/18 09:45, Andreas Thulin wrote:
> Hi!
>
> Again, an ignorant question (as usual):
>
> How might I do something similar to
>
> # dd if=/dev/one of=/dev/sd0 bs=1M
>
> as a complement to the usual and well-described
>
> # dd if=/dev/zero of=/dev/sd0 bs=1M
>
> followed by
>
> # dd if=/d
On Thu, January 11, 2018 5:12 pm, worik wrote:
> On 12/01/18 11:09, Jan Stary wrote:
>> On Jan 11 14:45:21, andreasthu...@gmail.com wrote:
>>> in order to achieve paranoid disk-wiping?
>> Ones are not nearly as secure as zeros.
>>
> Why not? Is it not arbitrary?
>
A 1 is too narrow to fully cove
On 12/01/18 11:09, Jan Stary wrote:
> On Jan 11 14:45:21, andreasthu...@gmail.com wrote:
>> Hi!
>>
>> Again, an ignorant question (as usual):
>>
>> How might I do something similar to
>>
>> # dd if=/dev/one of=/dev/sd0 bs=1M
>>
>> as a complement to the usual and well-described
>>
>> # dd if=/dev/z
On Jan 11 14:45:21, andreasthu...@gmail.com wrote:
> Hi!
>
> Again, an ignorant question (as usual):
>
> How might I do something similar to
>
> # dd if=/dev/one of=/dev/sd0 bs=1M
>
> as a complement to the usual and well-described
>
> # dd if=/dev/zero of=/dev/sd0 bs=1M
>
> followed by
>
>
On 01/11/18 14:45, Andreas Thulin wrote:
Hi!
Again, an ignorant question (as usual):
How might I do something similar to
# dd if=/dev/one of=/dev/sd0 bs=1M
as a complement to the usual and well-described
# dd if=/dev/zero of=/dev/sd0 bs=1M
followed by
Personally, given your premise of "pa
On Thu, January 11, 2018 3:16 pm, L. V. Lammert wrote:
> On Thu, 11 Jan 2018, STeve Andre' wrote:
>
>> Don't bother. Wiping the disk twice is enough. If you are storing state
>> secrets melt the disk.
>>
> An anvil big hammer also works well and gives some exercise in the
> process.
>
>
On Thu, Jan 11, 2018 at 12:16 PM, L. V. Lammert wrote:
> On Thu, 11 Jan 2018, STeve Andre' wrote:
>
>> Don't bother. Wiping the disk twice is enough. If you are storing state
>> secrets melt the disk.
>>
> An anvil big hammer also works well and gives some exercise in the
> process.
Might be
On Thu, 11 Jan 2018, STeve Andre' wrote:
> Don't bother. Wiping the disk twice is enough. If you are storing state
> secrets melt the disk.
>
An anvil big hammer also works well and gives some exercise in the
process.
Lee
Don't bother. Wiping the disk twice is enough. If you are storing state
secrets melt the disk.
Back in the days of sub 1G disks it might have been possible to get inter
track gap data that was usable. Maybe. But not multi T disks.
Sectors mapped out are a problem though, and multiple wri
You can adapt my linux bash script for such pointlessly "paranoid"
purposes. I use it to prove to HIPAA auditors just how paranoid I can be,
and it's above NIST requirements in the US.
https://github.com/spoollord/shredder
Would require you to pkg_add pv base64. Or, just adapt the script without
Hi Andreas,
Andreas Thulin wrote on Thu, Jan 11, 2018 at 02:45:21PM +:
> Again, an ignorant question (as usual):
> How might I do something similar to
> # dd if=/dev/one of=/dev/sd0 bs=1M
jot -cs '' 512 255 255
writes 512 bytes with all bits set. Feel free to use larger numbers
than 512.
Hi!
Again, an ignorant question (as usual):
How might I do something similar to
# dd if=/dev/one of=/dev/sd0 bs=1M
as a complement to the usual and well-described
# dd if=/dev/zero of=/dev/sd0 bs=1M
followed by
# dd if=/dev/urandom of=/dev/sd0 bs=1M
in order to achieve paranoid disk-wiping?
18 matches
Mail list logo