Implement support for key files.

Closes #5.
This commit is contained in:
Felix Geyer
2011-12-21 23:22:07 +01:00
parent cd919949fd
commit f215ffa3fa
13 changed files with 435 additions and 0 deletions

View File

@@ -54,6 +54,7 @@ set(keepassx_SOURCES
gui/KeyOpenDialog.cpp
gui/MainWindow.cpp
keys/CompositeKey.cpp
keys/FileKey.cpp
keys/Key.h
keys/PasswordKey.cpp
streams/HashedBlockStream.cpp