Skip to content

Commit

Permalink
Merge pull request #68 from l2yyd5/feat/add-rsa
Browse files Browse the repository at this point in the history
feat: add rsa encrypt, decrypt and pem format key generate
  • Loading branch information
phxa1 authored Dec 29, 2023
2 parents 21874b7 + f8679ee commit 055e7ec
Show file tree
Hide file tree
Showing 4 changed files with 553 additions and 0 deletions.
19 changes: 19 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"next": "^14.0.4",
"next-compose-plugins": "^2.2.1",
"next-transpile-modules": "^10.0.1",
"node-forge": "^1.3.1",
"prettier": "^3.1.1",
"qs": "^6.11.2",
"rc-table": "^7.36.0",
Expand Down Expand Up @@ -79,6 +80,7 @@
"@types/crypto-js": "^4.2.0",
"@types/ip": "^1.1.3",
"@types/node": "20.1.5",
"@types/node-forge": "^1.3.10",
"@types/qs": "^6.9.7",
"@types/react": "^18.2.42",
"@types/react-copy-to-clipboard": "^5.0.7",
Expand Down
Loading

0 comments on commit 055e7ec

Please sign in to comment.