feat(new-tool): RSA key pair generator

This commit is contained in:
Corentin Thomasset 2023-03-10 18:16:55 +01:00
parent 7958e2e075
commit 30e9149d61
No known key found for this signature in database
GPG key ID: DBD997E935996158
7 changed files with 112 additions and 2 deletions

View file

@ -55,6 +55,7 @@
"mathjs": "^10.6.4",
"mime-types": "^2.1.35",
"naive-ui": "^2.33.5",
"node-forge": "^1.3.1",
"pinia": "^2.0.23",
"plausible-tracker": "^0.3.8",
"qrcode": "^1.5.1",
@ -73,6 +74,7 @@
"@types/lodash": "^4.14.188",
"@types/mime-types": "^2.1.1",
"@types/node": "^16.18.3",
"@types/node-forge": "^1.3.1",
"@types/qrcode": "^1.5.0",
"@types/randombytes": "^2.0.0",
"@types/uuid": "^8.3.4",