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

Replace srand and lrand calls with /dev/random #70

Open
lovasko opened this issue Mar 2, 2019 · 0 comments
Open

Replace srand and lrand calls with /dev/random #70

lovasko opened this issue Mar 2, 2019 · 0 comments
Assignees
Labels
code Changes made to the code. common Common code amongst all programs. p1 High priority. problem Bugs, mistakes, typos, omissions.
Milestone

Comments

@lovasko
Copy link
Owner

lovasko commented Mar 2, 2019

  • the random key generation currently uses lrand48 and srand48 functions
  • these are cryptographically unsafe and shall be replaced with /dev/random
  • even though /dev/random is not entirely standard, it is present on all major and minor platforms
@lovasko lovasko added problem Bugs, mistakes, typos, omissions. p1 High priority. code Changes made to the code. common Common code amongst all programs. labels Mar 2, 2019
@lovasko lovasko added this to the 1.0 milestone Mar 2, 2019
@lovasko lovasko self-assigned this Mar 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code Changes made to the code. common Common code amongst all programs. p1 High priority. problem Bugs, mistakes, typos, omissions.
Projects
None yet
Development

No branches or pull requests

1 participant