4 lines
65 B
Bash
Executable File
4 lines
65 B
Bash
Executable File
#!/bin/sh
|
|
|
|
dd if=/dev/urandom bs=24 count=1 2>/dev/null | base64
|