Comparison of secret managing schemes: Difference between revisions

mNo edit summary
Woile (talk | contribs)
m keep consistency, remove code blocks for projects
 
Line 67: Line 67:
|
|
|-
|-
| <code>[https://github.com/oddlama/agenix-rekey agenix-rekey]</code>
| [https://github.com/oddlama/agenix-rekey agenix-rekey]
| Extended <code>agenix</code>.
| Extended <code>agenix</code>.
| N/A
| N/A
Line 153: Line 153:
|
|
|-
|-
| [https://elvishjerricco.github.io/2018/06/24/secure-declarative-key-management.html Blog Entry]: wrapper around <code>pass</code> based on <code>[https://github.com/shlevy/nix-plugins nix-plugins]</code>.
| [https://elvishjerricco.github.io/2018/06/24/secure-declarative-key-management.html Blog Entry]: wrapper around <code>pass</code> based on [https://github.com/shlevy/nix-plugins nix-plugins].
| Stored in [https://www.passwordstore.org/ the password store].
| Stored in [https://www.passwordstore.org/ the password store].
| Data is retrieved/decrypted with <code>pass</code> during evaluation time.
| Data is retrieved/decrypted with <code>pass</code> during evaluation time.