SpiderOak / Encryptr

Encryptr is a zero-knowledge cloud-based password manager / e-wallet powered by Crypton
GNU General Public License v3.0
1.58k stars 138 forks source link

Unbiased CSPRNG #180

Closed paragonie-scott closed 8 years ago

paragonie-scott commented 8 years ago

See #171

paragonie-scott commented 8 years ago

This adds a randomInt() function that should prove useful for other password options (e.g. diceware passphrase generation). It also should serve as an unbiased source of random integers in a given range if you need them elsewhere. :)

iakat commented 8 years ago

:+1: