From 205ccdad8bbbd9e2cf47ae1fca35afd0a7723f1e Mon Sep 17 00:00:00 2001 From: shuaiplus <2327005759@qq.com> Date: Sun, 1 Mar 2026 01:28:36 +0800 Subject: [PATCH] feat: add SSH key utilities and improve field decryption --- .gitignore | 1 + public/index.html | 13 -- webapp/src/App.tsx | 119 +++++++------ webapp/src/components/VaultPage.tsx | 249 ++++++++++++++++++++++------ webapp/src/lib/api.ts | 12 ++ webapp/src/lib/ssh.ts | 90 ++++++++++ webapp/src/styles.css | 170 +++++++++++++++++-- 7 files changed, 522 insertions(+), 132 deletions(-) delete mode 100644 public/index.html create mode 100644 webapp/src/lib/ssh.ts diff --git a/.gitignore b/.gitignore index f18e0e6..cdcb49f 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ dist/ build/ public/ public2/ +public/index.html # IDE diff --git a/public/index.html b/public/index.html deleted file mode 100644 index 1331f6d..0000000 --- a/public/index.html +++ /dev/null @@ -1,13 +0,0 @@ - - -