4 lines
86 B
Bash
Executable File
4 lines
86 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
openssl rand -base64 128 | tr -d "=+/" | tr -d '\n' | cut -c1-64
|