3 lines
64 B
Bash
Executable File
3 lines
64 B
Bash
Executable File
#!/bin/bash
|
|
echo $1 | sha1sum | head -c 30 | xxd -r -p | base64
|