Re: Random Number Help



On Dec 29, 4:45 am, Elias Yarrkov <yarr...@xxxxxxxxx> wrote:
On Dec 29, 12:39 pm, Elias Yarrkov <yarr...@xxxxxxxxx> wrote:



On Dec 29, 9:42 am, tomzhi <tomzh...@xxxxxxxxx> wrote:

If I combine two 128-bit random number into one 256-bit number, will
the 256-bit number still keeps its randomness properties?
If it's true, can I obtain a 2048-bit random number with integrating
16 128-bit random numbers into one?

Yes and yes.

If it's false, where can I find an online random number LOOK UP TABLE,
Library or Generator which can offer 2048-bit random number? I only
need 4 pairs of them, however it will be ideal if its randomness can
be highly assured.

I find a link of online random number generator, I wonder whether its
randomness can be assured.http://www.andrewscompanies.com/tools/wep.asp
If anyone could give any better reference or recommendation, I will be
very grateful.

For a number of reasons, getting your randomness from a third party
when working with cryptography is probably a very bad idea.

I just noticed the page you mention uses Javascript for generating the
keys, so it's done locally. But its quality depends on your browser's
PRNG (which probably isn't really designed for generating
cryptographic keys).



Thank you very much indeed.

Best Regards,

-- yarrkov

You can do lot of things with javascript including building your own
pRNG. Start from scratch for full customization. It is true that
overusing a pRNG can produce weird results, like interference
patterns. You could use several, even generate a longer sequence to
start with rather than combining lesser results. There are many
methods and all there for the finding. I see key generation as a
rather private matter so don't tell all for security's sake. I do
separate transparency in actual encryption algorithms from best kept
obscure keys and how to make them, a longer form of a password.
.



Relevant Pages

  • Re: RSA Keys and Measures of Randomness
    ... I'm not sure it makes much sense to talk about randomness in the ... broke your keys up into different lengths for different runs? ... To answer the question you were probably asking, your RSA keys ... I wouldn't worry too much about what your randomness tests ...
    (sci.crypt)
  • REPOST: Re: help ragarding licensing keys
    ... You do NOT check randomness by looking at the output. ... Note that if it were "random" two keys could be the same. ... Subject: Cancel "Re: help ragarding licensing keys" ... NNTP-Posting-Host: 64.121.22.24 ...
    (sci.crypt)
  • Re: How to make MS ScriptIt work with locked workstation?
    ... you 'photon' control over priorities. ... You render execution scope to randomness. ... And I agree that send keys is not a solution. ...
    (microsoft.public.scripting.wsh)
  • REPOST: Re: help ragarding licensing keys
    ... You do NOT check randomness by looking at the output. ... Note that if it were "random" two keys could be the same. ... Is your birthday "guessable". ... Subject: Cancel "Re: help ragarding licensing keys" ...
    (sci.crypt)
  • Re: generating a session id
    ... > big difference in 'randomness' I could just use their way to generate ... The Apache method starts with a string that contains two parts that are ... Your method depends upon the output of rand() to produce non-unique ... is start with the same seed for randand generate keys. ...
    (comp.lang.perl.misc)

Quantcast