On Fri, Apr 06, 2007 at 08:02:45PM +0200, Alexander Alderweireldt wrote:
> Hi,
>
> I want to generate a large random bitstream witch is deterministic (given a
> certain seed).
> If for example, if I have 2 diffrent programs running, both possessing the
> same session key.
> I seed the generator in both applications with this session key.
> Both applications should receive the same random bitstream.
Generate a stream cipher from a block cipher in counter mode. The same
key and initial counter value will always yield the same stream.
--
Viktor.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [email protected]
Automated List Manager [EMAIL PROTECTED]