46 Commits (79e749b8b0b8089749ccc1c410ddd718d43d61b3)

Author SHA1 Message Date
Herbert Poul ecc9419075 upgrade xml package dependency. 5 years ago
Herbert Poul 0ebc8c5d2c depend on argon2_ffi_base 5 years ago
Herbert Poul 15bb0748c3 don't output the whole meta element into log file. 5 years ago
Herbert Poul 7eb15cd9f0 add support for removing binaries. 5 years ago
Herbert Poul 75aa334737 add support for adding binaries, and correctly serialize them for kdbx 3 and 4. 5 years ago
Herbert Poul 88829d27d4 fix tests with missing kdbx context. 5 years ago
Herbert Poul aa115f16a4 fix DateTime serializing (1. implement kdbx 4 serializing and 2. fix kdbx 3 hour/day mixup) 5 years ago
Herbert Poul c60602a37c first version of reading binaries. 5 years ago
Herbert Poul 4134d5e018 extract kdbx_file.dart into it's own file. cache recycleBin, and do not resolve it every time by uuid. 5 years ago
Herbert Poul b225ce509e run aes encryption in background isolate. 5 years ago
Herbert Poul 40525a08cd add support for kdbx4 to. command line tool 5 years ago
Herbert Poul 8041b1e83d make a few methods async to move argon2 into separate isolate. 5 years ago
Herbert Poul c8b49e6b5c support for chacha20 encryption. 5 years ago
Herbert Poul 395f0707ac fixed exception when trying to read binary keyfile. https://github.com/authpass/authpass/issues/59 5 years ago
Herbert Poul 2180d39f68 fix bug loading hex keyfile without newline. https://github.com/authpass/authpass/issues/3 5 years ago
Herbert Poul 3385eae75f moved argon2 function proxy into kdbx library. 5 years ago
Herbert Poul 1a11057811 removed logging, fixed null passwords. 5 years ago
Herbert Poul 902e0ac3e3 support for writing kdbx 4 files. 5 years ago
Herbert Poul 0e2a56a729 fixed validating of hmac blocks. 5 years ago
Herbert Poul 2659585da9 fixed kdbx 4 support, protected fields, argon2 arguments, etc. 5 years ago
Herbert Poul 50aaab71bd kdbx 4.x write support 5 years ago
Herbert Poul c107b6e780 separate headers and inner headers, removed old test. 5 years ago
Herbert Poul 8fa7947529 first version implementing kdbx4 support. 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 5c00d134c3 fix generator default value. 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 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) 6 years ago
Herbert Poul 7eee2d672f always use little endian, fixed packet index for payload during serialization. 6 years ago
Herbert Poul 12dac83fd3 fix detecting of invalid password vs. invalid byte stream. 6 years ago
Herbert Poul 9fdc270bba add stream for notifications when objects change. 6 years ago
Herbert Poul ae0c37456e fix analyzer warnings, made it possible to load credentials by byte stream. 6 years ago
Herbert Poul d914ff9024 fixed saving of protected values in history entries. 6 years ago
Herbert Poul 8643a7b30b support modifying of entries, storing entry history, .. 6 years ago
Herbert Poul 75186d3c02 don't subscribe to children, because i want to be able to load in a background isolate. 6 years ago
Herbert Poul b89cce0f74 implemented dirty tracking, modification updates, etc. 6 years ago
Herbert Poul 42bb6e61c4 generate times node (access times, etc.) 6 years ago
Herbert Poul 3ec6883c75 basic support for creating and saving kdbx files. 6 years ago
Herbert Poul 15af0093e9 creating new kdbx files, started with writing support. 6 years ago
Herbert Poul a41901198d parse kdbx file without futures. 6 years ago
Herbert Poul c279c7e649 more exports, make it possible to retrieve all entries of a file, etc. 6 years ago
Herbert Poul 14fe0105ae started to parse groups and entries. 6 years ago
Herbert Poul 4280997bf5 basic support for decrypting kdbx 3.x files 6 years ago
Herbert Poul fdc6f149dc a bit of refactoring 6 years ago