Skip to content

Use more secure random for generateRandomClue#15

Open
alandgri wants to merge 1 commit intoVoronenko:masterfrom
alandgri:patch-1
Open

Use more secure random for generateRandomClue#15
alandgri wants to merge 1 commit intoVoronenko:masterfrom
alandgri:patch-1

Conversation

@alandgri
Copy link
Copy Markdown

Modify generateRandomClue to use a source of true randomness from the openssl series of cryptographic functions. Anytime one is generating secrets that are critical to the functioning of the system security, a cryptographically secure random source should be used. The openssl function is not guaranteed to procedure a crypto secure random, but it should in the vast majority of implementations.

Modify generateRandomClue to use a source of true randomness from the openssl series of cryptographic functions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant