How did I already break git history bruh

This commit is contained in:
2021-10-15 21:15:55 -04:00
parent 7adc598bef
commit 549df68b12
3 changed files with 21 additions and 0 deletions

5
autopassword.sh Normal file
View 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}"