diff options
| author | Shulhan <ms@kilabit.info> | 2023-11-14 23:40:19 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-11-15 02:26:52 +0700 |
| commit | 130a9d1e7229bee3a82ffc5a831bd6e8a511dc9d (patch) | |
| tree | 94f051b6b404485e3490ab0e5eafd518c373a0cb /_example | |
| parent | aced8dda50746fc349691f932ae32619688334d4 (diff) | |
| download | awwan-130a9d1e7229bee3a82ffc5a831bd6e8a511dc9d.tar.xz | |
_wui: implement Encrypt
In the right side of Save button we now have a button Encrypt that
allow user to Encrypt openend file.
This require the workspace has been setup with private key
(.ssh/awwan.key) and pass file (.ssh/awwan.pass).
Diffstat (limited to '_example')
| l--------- | _example/.ssh/awwan.key | 1 | ||||
| l--------- | _example/.ssh/awwan.pass | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/_example/.ssh/awwan.key b/_example/.ssh/awwan.key new file mode 120000 index 0000000..8a99753 --- /dev/null +++ b/_example/.ssh/awwan.key @@ -0,0 +1 @@ +../../testdata/encrypt-with-passphrase/.ssh/awwan.key
\ No newline at end of file diff --git a/_example/.ssh/awwan.pass b/_example/.ssh/awwan.pass new file mode 120000 index 0000000..2b7d360 --- /dev/null +++ b/_example/.ssh/awwan.pass @@ -0,0 +1 @@ +../../testdata/encrypt-with-passfile/.ssh/awwan.pass
\ No newline at end of file |
