This repository was archived by the owner on Jul 26, 2021. It is now read-only.
e-zk/sec
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