What is the difference between a non-secure random number generator and a secure random number generator?

后端 未结 7 442
北海茫月
北海茫月 2020-12-29 23:45

As the title says: What is the difference between a non-secure random number generator and a secure random number generator?

7条回答
  •  Happy的楠姐
    2020-12-30 00:34

    It probably depends on the context, but when you are comparing them like this, I'd say "random number" is a pseduo random number and a "secure random number" is truly random. The former gives you a number based on a seed and an algorithm, the other on some inherintly random function.

提交回复
热议问题