For generating a random password containing hex digits one can use:
hexdump -n32 -e '"%x"' /dev/random
where 32 is the length of the string, and the format is ‘”%x”.
For generating a random password containing hex digits one can use:
hexdump -n32 -e '"%x"' /dev/random
where 32 is the length of the string, and the format is ‘”%x”.
Use case scenario: