diff --git a/1pass/cypher.txt b/1pass/cypher.txt deleted file mode 100644 index f26fdcd..0000000 --- a/1pass/cypher.txt +++ /dev/null @@ -1,6 +0,0 @@ ------BEGIN PGP MESSAGE----- - -jA0ECQMI909kov+GQBX/0joBsiLFm9A3wiaDgb0/oohE6dWefe5Vku7oT4Od/5em -oLNV3qTRN/8oxyRdI44IItqhjmJhmQ+ixveS -=WH7i ------END PGP MESSAGE----- diff --git a/1pass/cypher b/onepass/cypher similarity index 100% rename from 1pass/cypher rename to onepass/cypher diff --git a/1pass/getKey.sh b/onepass/get.sh similarity index 100% rename from 1pass/getKey.sh rename to onepass/get.sh diff --git a/fedora/install-onepassword.sh b/onepass/install-onepass-fedora.sh similarity index 100% rename from fedora/install-onepassword.sh rename to onepass/install-onepass-fedora.sh diff --git a/1pass/saveKey.sh b/onepass/save.sh similarity index 65% rename from 1pass/saveKey.sh rename to onepass/save.sh index acbd5dc..2968555 100644 --- a/1pass/saveKey.sh +++ b/onepass/save.sh @@ -1,2 +1,2 @@ -read -p 'Enter Key to encrypt:' key +read -p 'Enter key to encrypt:' key echo "${key}" | gpg --cipher-algo AES256 --symmetric --armor >cypher