News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Kolmogorov and Markov axioms

Started by ozzy_85, February 07, 2007, 07:33:01 AM

Previous topic - Next topic

ozzy_85

Greetings Gurus...

I want to determine how random a given string is. By random i mean that statistically speaking, it should be difficult for a person to determine any patterns within the string ( This i want to do to test the strength of a cipher. ) I've been using google for help and found out that kolmogorov and markov chains can help me in my task. I'm not able to get the right guidance though... Any help on these topics wud be deeply appreciated.

Regards,
Ozzy

torzolo

#1
hi Ozzy,

I am not a guru, but perhaps if you can transform this string in numbers , you can analyze it with a Pseudorandom Number Sequence Test Program like this:

http://www.fourmilab.ch/random/


remember that I have not yet tested this application with too short sequence of random numbers, but perhaps it is possible with any modifications.

If you're interested , a good tool to generate random strings is here:

http://www.hirtlesoftware.com/p_passpr.htm


Regards

:bg