Files
sphinx-key/sphinx-key/newseed.sh

5 lines
72 B
Bash
Executable File

#!/bin/bash
n=32
hexdump -vn "$n" -e ' /1 "%02x"' /dev/urandom ; echo