KeepassX format implementation in pure dart.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Herbert Poul 1a3f42961a use the original ChaCha7539 from pointycastle. 4 years ago
..
crypto use the original ChaCha7539 from pointycastle. 4 years ago
internal fix a couple of analyzer warnings. 5 years ago
utils fix a couple of analyzer warnings. 5 years ago
kdbx_binary.dart add support for adding binaries, and correctly serialize them for kdbx 3 and 4. 5 years ago
kdbx_consts.dart support for creating entries. 5 years ago
kdbx_custom_data.dart make custom data private 5 years ago
kdbx_dao.dart ignore missing recycle bin. 5 years ago
kdbx_entry.dart make sure to mark entry as dirty when deleting binary. 5 years ago
kdbx_file.dart ignore missing recycle bin. 5 years ago
kdbx_format.dart use the original ChaCha7539 from pointycastle. 4 years ago
kdbx_group.dart add breadcrumbs getter for Group 5 years ago
kdbx_header.dart add support for adding binaries, and correctly serialize them for kdbx 3 and 4. 5 years ago
kdbx_meta.dart add support for adding binaries, and correctly serialize them for kdbx 3 and 4. 5 years ago
kdbx_object.dart when saving to xml, make sure isDirty = false event is triggered. 5 years ago
kdbx_times.dart fix Usagecount typo (to UsageCount) #1 4 years ago
kdbx_var_dictionary.dart support for writing kdbx 4 files. 5 years ago
kdbx_xml.dart if xml element is set to the same value, ignore the set, mark not as dirty. 5 years ago