XOR and ADD subtil difference ?
From: Arnaud Carré (arnaud.carre_at_nospam.com)
Date: 11/30/04
- Next message: Bob Harris: "Re: Random numbers for C: End, at last?"
- Previous message: EDEB: "Re: The Pain Code"
- Next in thread: Wannabee: "Re: XOR and ADD subtil difference ?"
- Reply: Wannabee: "Re: XOR and ADD subtil difference ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 30 Nov 2004 00:12:42 +0100
Hi all,
I wonder if there is a "security" difference between XOR and ADD ? I mean,
let's take random-number generator using external entropy source. Some of
them uses XOR to mix entropy to current state, some of them use XOR. Ex,
quote from the good TrueCrypt :
'Random values are written to the pool by adding (not by replacing the old
values in the pool).'
Do you thing guys security should be changed if XOR is used ? Could you
explain a bit ? ( whatever the answer is yes or no (I guess it's "no" but I
don't know why))
Other: AES uses plenty of XOR like many block cyphers. ( let's say on 32bits
integer in 32bits implementation). What do you think of the security of a
"modifyed" AES using ADD instead of XOR ??
thanks to share your knowledge.
Arnaud
- Next message: Bob Harris: "Re: Random numbers for C: End, at last?"
- Previous message: EDEB: "Re: The Pain Code"
- Next in thread: Wannabee: "Re: XOR and ADD subtil difference ?"
- Reply: Wannabee: "Re: XOR and ADD subtil difference ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|