Re: Simple balanced pair-wise function
From: Tom St Denis (tomstdenis_at_iahu.ca)
Date: 07/25/04
- Next message: Mok-Kong Shen: "Re: Simple balanced pair-wise function"
- Previous message: Mok-Kong Shen: "Re: Simple balanced pair-wise function"
- In reply to: Mok-Kong Shen: "Re: Simple balanced pair-wise function"
- Next in thread: Mok-Kong Shen: "Re: Simple balanced pair-wise function"
- Reply: Mok-Kong Shen: "Re: Simple balanced pair-wise function"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sun, 25 Jul 2004 14:56:29 GMT
Mok-Kong Shen wrote:
> Provided that both A and B are uniform (and not correlated
> with each other somehow), I don't see where the 'leak' is.
You know the xor of two bits of the LFSR state. By your logic the following
LFSR cipher is secure.
a = lfsr();
b = lfsr();
ciphertext = plaintex xor (a xor b)
Which it most certainly is not.
Tom
- Next message: Mok-Kong Shen: "Re: Simple balanced pair-wise function"
- Previous message: Mok-Kong Shen: "Re: Simple balanced pair-wise function"
- In reply to: Mok-Kong Shen: "Re: Simple balanced pair-wise function"
- Next in thread: Mok-Kong Shen: "Re: Simple balanced pair-wise function"
- Reply: Mok-Kong Shen: "Re: Simple balanced pair-wise function"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|