Add crypto module: encrypt, decrypt, generateEncryptionKey, EncryptedDataSchema

This commit is contained in:
2026-05-29 10:57:02 +00:00
parent c999e24242
commit 09f8f7ef51
3 changed files with 112 additions and 1 deletions

View File

@@ -16,6 +16,7 @@
"drizzle-orm/pg-core": "npm:drizzle-orm/pg-core",
"@libsql/client": "npm:@libsql/client",
"postgres": "npm:postgres",
"@std/encoding": "jsr:@std/encoding",
"@std/assert": "jsr:@std/assert",
"@std/flags": "jsr:@std/flags",
"@std/path": "jsr:@std/path"