![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
sci.crypt archiveRe: Java encryption implementation
From: Lars Schoening <lars@newdarkness.com>
Date: Sun Nov 27 2005 - 22:16:28 CET
> Either you develop a really secure PRNG, which I highly doubt for someone
Ok, I guess I'm just making another LFSR with this one:
x(n+1) = (xn 275604541 - 2n + cn) mod 2^64
Im checking it with cn=0 right now and it didn't repeat til n=2^32 yet,
Sorry about the fullquotes, didn't mean to annoy.
|