mirror of
https://github.com/stakwork/sphinx-key.git
synced 2026-02-11 02:34:45 +01:00
5 lines
72 B
Bash
Executable File
5 lines
72 B
Bash
Executable File
#!/bin/bash
|
|
|
|
n=32
|
|
|
|
hexdump -vn "$n" -e ' /1 "%02x"' /dev/urandom ; echo |