Обмен ключами шифрования DH

This commit is contained in:
RoyceDa
2026-02-28 17:33:23 +02:00
parent 461ccbfa94
commit 9eac2fae6f
6 changed files with 271 additions and 8 deletions

View File

@@ -81,6 +81,8 @@
"@noble/ciphers": "^1.2.1",
"@noble/secp256k1": "^3.0.0",
"@tabler/icons-react": "^3.31.0",
"@types/crypto-js": "^4.2.2",
"@types/diffie-hellman": "^5.0.3",
"@types/elliptic": "^6.4.18",
"@types/node-forge": "^1.3.11",
"@types/npm": "^7.19.3",
@@ -90,7 +92,6 @@
"bip39": "^3.1.0",
"blurhash": "^2.0.5",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.1",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.13",
"elliptic": "^6.6.1",
@@ -103,9 +104,11 @@
"i": "^0.3.7",
"jsencrypt": "^3.3.2",
"jszip": "^3.10.1",
"libsodium": "^0.8.2",
"lottie-react": "^2.4.1",
"node-forge": "^1.3.1",
"node-machine-id": "^1.1.12",
"npm": "^11.11.0",
"pako": "^2.1.0",
"react-router-dom": "^7.4.0",
"react-syntax-highlighter": "^16.1.0",
@@ -115,6 +118,8 @@
"recharts": "^2.15.1",
"sql.js": "^1.13.0",
"sqlite3": "^5.1.7",
"tweetnacl": "^1.0.3",
"tweetnacl-util": "^0.15.1",
"wa-sqlite": "^1.0.0",
"web-bip39": "^0.0.3"
},