3 lines
62 B
Bash
3 lines
62 B
Bash
#!/bin/bash
|
|
|
|
cat /dev/urandom | fold -bw 16 | base64 | head -1 |
#!/bin/bash
|
|
|
|
cat /dev/urandom | fold -bw 16 | base64 | head -1 |