97 Commits (bb075182949a197936b6d6fa3464f8d136fbaeae)
 

Author SHA1 Message Date
Herbert Poul 1f26f87920 fixed NPE 5 years ago
Herbert Poul b9f373dfe0 support deleting entries, always tell file that entry information was changed. 5 years ago
Herbert Poul fbf3378afd add support for deleting, moving groups and entries. 5 years ago
Herbert Poul 05cb160c8b export kdbx groups. 5 years ago
Herbert Poul f474b08593 make custom data private 5 years ago
Herbert Poul 5c00d134c3 fix generator default value. 5 years ago
Herbert Poul 0d1e3a3647 github workflow requires dart 2.7 5 years ago
Herbert Poul 53adad5ceb custom data for password files, increase requirement to dart 2.7, xml 3.7 5 years ago
Herbert Poul 8f7fc702eb formatted files, fixed linter warnings. 5 years ago
Herbert Poul 32795adf5d forgot to commit test kdbx file. 5 years ago
Herbert Poul 5eb248d4bd proper error message for kdbx 4.x files 5 years ago
Herbert Poul 08711987f5 add support for decrypting with key file. (and password + keyfile) 5 years ago
Herbert Poul 9ca2d2b647
Update README.md 5 years ago
Herbert Poul 28996511f3 releaes 0.2.0 5 years ago
Herbert Poul dd4b7dbbb2 fix warnings. 5 years ago
Herbert Poul 7eee2d672f always use little endian, fixed packet index for payload during serialization. 5 years ago
Herbert Poul 7f486b57a8 publish v0.1.0 5 years ago
Herbert Poul 2feeabf00a add authpass.app link to readme 5 years ago
Herbert Poul 164c0b25ee debugging for dirty settings. 5 years ago
Herbert Poul 12dac83fd3 fix detecting of invalid password vs. invalid byte stream. 5 years ago
Herbert Poul f4b87e340c mark as non-dirty when converted toXml 5 years ago
Herbert Poul 9fdc270bba add stream for notifications when objects change. 5 years ago
Herbert Poul e19a6e3737 export kdbx icons. 5 years ago
Herbert Poul ae0c37456e fix analyzer warnings, made it possible to load credentials by byte stream. 5 years ago
Herbert Poul efe374f629 implemented KdbxEntry.toString for debugging. 5 years ago
Herbert Poul 5ccf14d349 added support for renaming fields, deleting fields. 5 years ago
Herbert Poul d914ff9024 fixed saving of protected values in history entries. 5 years ago
Herbert Poul b4c65fcfa6 ignore test.kdbx generated by tests. 5 years ago
Herbert Poul b17e2373f2 fix writing of string values, also do not trigger dirty event, if entry is already dirty. 5 years ago
Herbert Poul 8643a7b30b support modifying of entries, storing entry history, .. 5 years ago
Herbert Poul 8f64a8cece
use dart dev channel. 5 years ago
Herbert Poul 42850d1d55
creating dart CI action 5 years ago
Herbert Poul 22d63e8c1d do not expose strings map, because key access was not type checked. 5 years ago
Herbert Poul 75186d3c02 don't subscribe to children, because i want to be able to load in a background isolate. 5 years ago
Herbert Poul b89cce0f74 implemented dirty tracking, modification updates, etc. 5 years ago
Herbert Poul 42bb6e61c4 generate times node (access times, etc.) 5 years ago
Herbert Poul 082f78a6cd correctly write UUIDs as base64. 5 years ago
Herbert Poul 3ec6883c75 basic support for creating and saving kdbx files. 5 years ago
Herbert Poul 0265f99dea support for creating entries. 5 years ago
Herbert Poul 15af0093e9 creating new kdbx files, started with writing support. 5 years ago
Herbert Poul a41901198d parse kdbx file without futures. 5 years ago
Herbert Poul c279c7e649 more exports, make it possible to retrieve all entries of a file, etc. 5 years ago
Herbert Poul 14fe0105ae started to parse groups and entries. 5 years ago
Herbert Poul 4280997bf5 basic support for decrypting kdbx 3.x files 5 years ago
Herbert Poul fdc6f149dc a bit of refactoring 5 years ago
Herbert Poul f30ee5dcc4 remove useless .vscode folder. 5 years ago
Herbert Poul 15a0de5196 initial commit. we can already decrypt the xml. 5 years ago