Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 07 Mar 2005 17:49:50 +0100
From:      "Poul-Henning Kamp" <phk@phk.freebsd.dk>
To:        soralx@cydem.org
Cc:        tech-security@NetBSD.ORG
Subject:   Re: FUD about CGD and GBDE 
Message-ID:  <18767.1110214190@critter.freebsd.dk>
In-Reply-To: Your message of "Mon, 07 Mar 2005 09:40:49 MST." <200503070940.49393.soralx@cydem.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
In message <200503070940.49393.soralx@cydem.org>, soralx@cydem.org writes:
>
>> I also believe that it would be beneficial to implement regular rewriting
>> of randomly picked lock sector(s) at random times during a user specified
>> interval (up to x rewrites within n seconds) in order to further obscure
>> the write pattern and provide additional protection for lock sectors.
>> ALeine
>
>I agree. I would also add random reads (or specially designed, combined
>random reads and writes) to make traffic analysis and differential attacks
>a real PITA for the hacker (although this idea may not be very effective
>against a highly motivated and determined attacker, such as some government,
>for instance).

If you want to do something like this, you want to do sectorrenaming
and journaling since that means you can only see that something
was written but not what it was that was written.

The performance cost can be considerable and the complexity formidable.
There are incredibly many cornercases to handle.

>BTW, PHK, why did you choose the scheme of encrypting offsets of lock
>sectors with part of key material and storing them somewhere, instead
>of just using part of the key material itself to determine the offsets?

Because if I used part of the key material you would have to change
the location of the lock sectors when you changed the key material.

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
phk@FreeBSD.ORG         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?18767.1110214190>