Re: Decimation



"Mok-Kong Shen" <mok-kong.shen@xxxxxxxxxxx> wrote in message news:hgo74e$kdq$00$1@xxxxxxxxxxxxxxxxxxxx

Decimation in crypto means selecting every tenth, and in general, selecting every nth element from a sequence in order to hide
exploitable patterns in it. (See http://www.ciphersbyritter.com/GLOSSARY.HTM#Decimation).

A tiny generalization in my humble view would be choosing elements from
a sequence with a probability p by a statistically good PRNG. Suppose
one chooses p=0.1, pseudo-randomly pick a starting point and "decimate"
thus the digit sequence of Pi, is there any conceivable yet practical
way that an anylist could succeed to do prediction in such cases?

Absolutely. Although it does increase the difficulty, it does not change an insecure PRNG to a cryptographically secure PRNG.
Joe

.



Relevant Pages

  • What about assembly language ?!
    ... Write a NASM program to calculate the nth element in a Fibonacci ... sequence using recursion. ... The program should request an integer n as input from standard input. ...
    (comp.programming)
  • Re: Decimation
    ... selecting every nth element from a sequence in order to hide ... A tiny generalization in my humble view would be choosing elements from ... a sequence with a probability p by a statistically good PRNG. ... an insecure PRNG to a cryptographically secure PRNG. ...
    (sci.crypt)
  • Decimation
    ... Decimation in crypto means selecting every tenth, and in general, selecting every nth element from a sequence in order to hide ... A tiny generalization in my humble view would be choosing elements from ...
    (sci.crypt)
  • Re: Problem with Random function
    ... Resetting the random number generator is something you ... A PRNG generates a sequence of numbers which appear random. ... periodicity is how long that sequence is before it repeats. ...
    (comp.soft-sys.matlab)
  • Re: KISS4691, a potentially top-ranked RNG.
    ... I think in the parallel case, one would want to be able to generate a seed to produce values that are guaranteed not to overlap with any other node. ... new_seedwould depend on my_node in such a way that the generated sequence would not overlap with that produced by any other possible value of my_node. ... what if we wanted several independent streams of random numbers? ... if the designer of the PRNG was careful or just lucky. ...
    (sci.math)