Added xchacha encryption

This commit is contained in:
Patrick Alvin Alcala 2026-02-26 19:01:09 +08:00
parent c21f6ac308
commit c266940704
2 changed files with 13 additions and 0 deletions

View file

@ -12,6 +12,7 @@
"dependencies": { "dependencies": {
"@fontsource-variable/roboto": "^5.2.10", "@fontsource-variable/roboto": "^5.2.10",
"@kobalte/core": "^0.13.11", "@kobalte/core": "^0.13.11",
"@rabbit-company/xchacha20": "^2.3.0",
"@solidjs-use/integrations": "^2.3.0", "@solidjs-use/integrations": "^2.3.0",
"@solidjs/router": "^0.15.4", "@solidjs/router": "^0.15.4",
"consola": "^3.4.2", "consola": "^3.4.2",

12
pnpm-lock.yaml generated
View file

@ -14,6 +14,9 @@ importers:
'@kobalte/core': '@kobalte/core':
specifier: ^0.13.11 specifier: ^0.13.11
version: 0.13.11(solid-js@1.9.11) version: 0.13.11(solid-js@1.9.11)
'@rabbit-company/xchacha20':
specifier: ^2.3.0
version: 2.3.0(typescript@5.8.3)
'@solidjs-use/integrations': '@solidjs-use/integrations':
specifier: ^2.3.0 specifier: ^2.3.0
version: 2.3.0(qrcode@1.5.4)(sortablejs@1.15.6) version: 2.3.0(qrcode@1.5.4)(sortablejs@1.15.6)
@ -814,6 +817,11 @@ packages:
resolution: {integrity: sha512-WYa2tUVV5HiArWPB3ydlOc4R2ivq0IDrlqhMi3l7mVsFEXNcTfxYFPIHXHXIh/ca/y/V5N4E1zecyxdIBjYnkQ==} resolution: {integrity: sha512-WYa2tUVV5HiArWPB3ydlOc4R2ivq0IDrlqhMi3l7mVsFEXNcTfxYFPIHXHXIh/ca/y/V5N4E1zecyxdIBjYnkQ==}
engines: {node: '>= 10.0.0'} engines: {node: '>= 10.0.0'}
'@rabbit-company/xchacha20@2.3.0':
resolution: {integrity: sha512-d2itZPlgb+Sxpdi9jBMGEfenQQyQwdynxw6pkgoDXth6y236c9NGxi8Y5k12tlE6l0vhzwRcrmfL/DpOIOnSRg==}
peerDependencies:
typescript: ^5.6.2
'@rollup/pluginutils@5.3.0': '@rollup/pluginutils@5.3.0':
resolution: {integrity: sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==} resolution: {integrity: sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==}
engines: {node: '>=14.0.0'} engines: {node: '>=14.0.0'}
@ -2568,6 +2576,10 @@ snapshots:
'@parcel/watcher-win32-x64': 2.5.4 '@parcel/watcher-win32-x64': 2.5.4
optional: true optional: true
'@rabbit-company/xchacha20@2.3.0(typescript@5.8.3)':
dependencies:
typescript: 5.8.3
'@rollup/pluginutils@5.3.0(rollup@4.52.1)': '@rollup/pluginutils@5.3.0(rollup@4.52.1)':
dependencies: dependencies:
'@types/estree': 1.0.8 '@types/estree': 1.0.8