shieldworks / aegis

Aegis: Keep Your Secrets… Secret
https://vsecm.com
MIT License
31 stars 3 forks source link

ability to export all secrets as an encrypted json document #209

Open v0lkan opened 1 year ago

v0lkan commented 1 year ago

User will provide their public key; aegis-sentinel will encrypt things and export them.

note that same api can be used to read the value of a key: give me a public key; get an encrypted secret value.

by design sentinel will NEVER expose plain text secrets to operators.

v0lkan commented 1 year ago