feat: add crypto

This commit is contained in:
banshan
2024-12-31 13:28:45 +08:00
parent ddcdf831ae
commit 5a4b88a5a8
17 changed files with 968 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
{
"dependencies": {
"aes-js": "^3.1.2",
"crypto-js": "^4.1.1"
}
}