A simple password manager written in bash by utilising GPG
GNU Privacy Guard (GnuPG or GPG) is a free-software replacement for Symantec's PGP cryptographic software suite. Learn more about it at https://gnupg.org/
This project was an inspiration from the following video
Note
Note that the tool Mr. Derek Taylor using in his video is called pass which is similar to what i have made but pass is much better, with wide functionality and core features, which my tool is missing
I made the tool entirely for to learn shell/bash scripting and know about GPG and hence is a newbie. So there is a big possibility that i have done some wrong or improper implimentation of logic which can also be insecure. So feel free to report and issue on it.
Important
Some of the sleep functionality is entirely for something is happeing at the back mimicry cause bash is super fast. I tried my best not to make it nonsencial and rather give purpose that is verbosity while performing those sleep action.
In future i will probably replace whose with manuall confirmation before moving on to next step
