UCCpass is the UCC password manager, that uses GPG keys to share a common store of passwords.
How To Enroll
Wheel
Run
uccpass setup
You will get permission denied errors on committee gpg files, this is normal?
Ask someone else on wheel to run
uccpass reload
*Do not run*
sudo uccpass setup
Committee
Run
uccpass setup committee
Ask someone on wheel or committee to run
uccpass reload committee
Read a password
Run
uccpass
, it will print out all the entries that are available in the store
Password Store └── UCC ├── clubroom │ ├── clubroom │ └── steam ├── committee │ ├── amaysim │ ├── ... ├── devices │ ├── abe │ ├── ... ├── external │ ├── altronics │ ├── ... ├── other │ ├── IoT-wifi │ ├── ... ├── servers │ ├── aragog │ ├── ... ├── services │ ├── ActiveDirectory │ ├── ... └── welcome
To get the password for, say, altronics, run
uccpass UCC/external/altronics
Or for aragog, run
uccpass uccpass UCC/servers/aragog
What to do when your key expires
UNKNOWN