![]() |
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: Milan VXdgsvt <milan_vxdgsvt@seznam.cz>
Date: Tue Nov 29 2005 - 00:12:56 CET
Lars Schoening wrote:
> for n = 1 to 2^100000000
Perhaps a better description would be (my Java is a bit rusty, but I
BigInt random()
x=(x+1) % 2^100000000; //^ means power, not xor
> would take some billions of years to check by computations.
Perhaps NOW you can see the period is 2^100000000 ?
> not to forget that this would require
No problem... it's just a proof-of-concept.
Milan
|