Add KeePass2RandomStream class.

It's responsible for processing protected strings in kdbx files.
This commit is contained in:
Felix Geyer
2011-07-07 00:08:37 +02:00
parent 1d6e106aee
commit 58e048be96
6 changed files with 228 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ set(keepassx_SOURCES
crypto/SymmetricCipherGcrypt.cpp
crypto/SymmetricCipherSalsa20.cpp
format/KeePass2.h
format/KeePass2RandomStream.cpp
format/KeePass2Reader.cpp
format/KeePass2Writer.cpp
format/KeePass2XmlReader.cpp