adds script to encrypt 1password key
This commit is contained in:
2
1pass/saveKey.sh
Normal file
2
1pass/saveKey.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
read -p 'Enter Key to encrypt:' key
|
||||
echo "${key}" | gpg --cipher-algo AES256 --symmetric --armor >cypher
|
||||
Reference in New Issue
Block a user