Re: AES as hash function and PRNG
From: Andrew Swallow (am.swallow_at_btopenworld.com)
Date: 06/13/05
- Next message: Del Cecchi: "Re: Public disclosure of discovered vulnerabilities"
- Previous message: Lord Loh.: "Random Cipher."
- In reply to: Sam Trenholme: "Re: AES as hash function and PRNG"
- Next in thread: Tim Smith: "Re: AES as hash function and PRNG"
- Reply: Tim Smith: "Re: AES as hash function and PRNG"
- Reply: Mike Kaufmann: "Re: AES as hash function and PRNG"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 13 Jun 2005 12:43:50 +0000 (UTC)
Sam Trenholme wrote:
[snip]
>
>
>>To generate session keys, I need random numbers. Because there is no
>>true random source, I have to use a PRNG. This PRNG (if it is one)
>>is invoked only once for every key generation. At the moment I'm
>>thinking about the following way:
[snip]
You can buy machines that generate random numbers, PCs from VIA for
instance.
If you only need a few numbers you can use dice. A row can produce 2 bits.
1 = 01
2 = 10
3 = 11
4 = 00
5 = roll again
6 = roll again
Andrew Swallow
- Next message: Del Cecchi: "Re: Public disclosure of discovered vulnerabilities"
- Previous message: Lord Loh.: "Random Cipher."
- In reply to: Sam Trenholme: "Re: AES as hash function and PRNG"
- Next in thread: Tim Smith: "Re: AES as hash function and PRNG"
- Reply: Tim Smith: "Re: AES as hash function and PRNG"
- Reply: Mike Kaufmann: "Re: AES as hash function and PRNG"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|