feat: encryption with age

This commit is contained in:
Lewis Wynne 2026-02-11 12:36:42 +00:00
parent ba93931c33
commit 9bdc9c30c6
25 changed files with 733 additions and 64 deletions

View file

@ -1,13 +1,15 @@
$ pda set foo 1
$ pda set bar 2
$ pda ls
a echo hello
a1 1
a2 2
b1 3
bar 2
foo 1
a echo hello
a1 1
a2 2
b1 3
bar 2
copied-key hidden-value
foo 1
moved-key hidden-value
$ pda rm foo --glob "*"
$ pda get bar --> FAIL
FAIL cannot get 'bar': no such key