This repository has been archived by the owner on Jul 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
e-zk/sec
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
sec === minimalistic secret store in POSIX sh using age(1) and user ssh keys. requires age: https://github.com/FiloSottile/age inspired by pash: https://github.com/dylanaraps/pash usage ----- sec [-p] get|set where: -p encrypt secret with passphrase instead of ssh key subcommands: get PATH get secret value set PATH VALUE set secret value
About
minimal secret store using age and user ssh keys. written in POSIX sh.