3 lines
83 B
Bash
Executable file
3 lines
83 B
Bash
Executable file
#!/bin/bash
|
|
|
|
dd if=/dev/urandom bs=16 count=1 2>/dev/null | base64 | sed 's/=//g'
|