4 lines
85 B
Bash
Executable file
4 lines
85 B
Bash
Executable file
#!/bin/bash
|
|
base64 /dev/urandom | head -c 30
|
|
#openssl rand -base64 30
|
|
#date | md5sum
|