mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-10-12 05:20:53 -04:00
Add ability to export databases to CSV files.
Based on implementation by Florian Geyer <blueice@fobos.de> Closes #57
This commit is contained in:
parent
0185b112e1
commit
ceb6a0383e
10 changed files with 337 additions and 0 deletions
|
@ -61,6 +61,7 @@ set(keepassx_SOURCES
|
|||
crypto/SymmetricCipher.cpp
|
||||
crypto/SymmetricCipherBackend.h
|
||||
crypto/SymmetricCipherGcrypt.cpp
|
||||
format/CsvExporter.cpp
|
||||
format/KeePass1.h
|
||||
format/KeePass1Reader.cpp
|
||||
format/KeePass2.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue