How did I already break git history bruh
This commit is contained in:
5
autopassword.sh
Normal file
5
autopassword.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
key=hello
|
||||
name=$1
|
||||
hash=$(echo -n "$name$key" | sha256sum | xxd -r -p | base64 | tr -d '+/')
|
||||
echo "${hash:0:8}-${hash:8:8}"
|
||||
Reference in New Issue
Block a user