]> git.codecow.com Git - libnemo.git/commit
Adjust password-to-key conversion to ease worker integration. Extract wallet encrypt...
authorChris Duncan <chris@zoso.dev>
Wed, 3 Sep 2025 14:48:37 +0000 (07:48 -0700)
committerChris Duncan <chris@zoso.dev>
Wed, 3 Sep 2025 14:48:37 +0000 (07:48 -0700)
commitceb99b777cdaa9be9f2a4d755a6ef9edabde70a6
treed4d94d526d8cf142c7e3da1833606316e67440f1
parent69d24a857fdfc367255412a5221f44e945a15aa4
Adjust password-to-key conversion to ease worker integration. Extract wallet encrypt/decrypt to separate crypto file.
src/lib/crypto/index.ts
src/lib/crypto/wallet-aes-gcm.ts [new file with mode: 0644]
src/lib/vault/index.ts
src/lib/vault/passkey.ts
src/lib/vault/vault-worker.ts