1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/dist/tools/randhex
Sören Tempel 1e52ac21e4 tools: add tool for generating random hexadecimal values
This tool generates a random hexadecimal value of a given maximum size.
This is useful for generating random canary values during compile-time
for the ssp module which currently uses a constant value.
2020-01-20 14:51:26 +01:00
..
randhex.py tools: add tool for generating random hexadecimal values 2020-01-20 14:51:26 +01:00
README.md tools: add tool for generating random hexadecimal values 2020-01-20 14:51:26 +01:00

randhex.py

Usage: randhex.py <MAXBITS>

This script generates a random hexadecimal value of the given maximum size in bits. If MAXBITS is not specified it defaults to 64.