Sometimes you need some random bytes You can generate these quite easy on Linux console.
The following snippet shows 8 random bytes in decimal and hexadecimal notation.
dd if=/dev/random count=8 bs=1 |hd -e '/1 "%03u "'
Sometimes you need some random bytes You can generate these quite easy on Linux console.
The following snippet shows 8 random bytes in decimal and hexadecimal notation.
dd if=/dev/random count=8 bs=1 |hd -e '/1 "%03u "'