Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate Salt with OsRng instead #55

Closed
zonyitoo opened this issue Jul 23, 2017 · 1 comment
Closed

Generate Salt with OsRng instead #55

zonyitoo opened this issue Jul 23, 2017 · 1 comment
Assignees
Labels

Comments

@zonyitoo
Copy link
Collaborator

It has already been mentions in the doc.

An application that requires an entropy source for cryptographic purposes must use OsRng, which reads randomness from the source that the operating system provides (e.g. /dev/urandom on Unixes or CryptGenRandom() on Windows). The other random number generators provided by this module are not suitable for such purposes.

@zonyitoo zonyitoo added the bug label Jul 23, 2017
@zonyitoo zonyitoo self-assigned this Jul 23, 2017
@zonyitoo
Copy link
Collaborator Author

Ref: shadowsocks/shadowsocks-org#72

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant