feat: parse known KDBX header fields

This commit is contained in:
2026-05-10 01:30:20 +02:00
parent 0ee5689832
commit c0564c1ea2
3 changed files with 48 additions and 3 deletions
+3 -2
View File
@@ -2,5 +2,6 @@
- Reframed the project as a fresh TypeScript-native KeePass library.
- Python/pykeepass is now only a compatibility reference during development.
- Added initial KDBX format scaffolding and crypto helpers.
- The current runtime is still mostly in-memory and does not yet decrypt real databases.
- Added KDBX header parsing for known fields and basic buffer guards.
- Added initial password/key-file secret handling and master-key derivation helpers.
- The current runtime still does not decrypt or parse real KeePass databases end-to-end.