adds script to encrypt 1password key

This commit is contained in:
2024-09-28 22:30:12 -07:00
parent 9d9ca1a030
commit 98663cbccd
4 changed files with 16 additions and 0 deletions

2
1pass/saveKey.sh Normal file
View File

@@ -0,0 +1,2 @@
read -p 'Enter Key to encrypt:' key
echo "${key}" | gpg --cipher-algo AES256 --symmetric --armor >cypher