Re: AES as hash function and PRNG
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


sci.crypt archive

Re: AES as hash function and PRNG

From: Andrew Swallow <am.swallow@btopenworld.com>
Date: Mon Jun 13 2005 - 14:43:50 CEST

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
Received on Thu Sep 29 21:43:31 2005