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

ffmuc-mesh-vpn-wireguard: use urandom instead awk #101

Merged

Commits on Mar 26, 2024

  1. ffmuc-mesh-vpn-wireguard: use urandom instead awk

    awk's srand() uses only second-precision for its initial time-based seed.
    That leads to many routers getting the same random number.
    
    Replacing with busybox' hexdump and /dev/urandom that provides much better
    random numbers.
    grische committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    60868d5 View commit details
    Browse the repository at this point in the history