Add unit test TestKeePass2Reader.
This commit is contained in:
@@ -19,6 +19,15 @@
|
||||
|
||||
#include "crypto/CryptoHash.h"
|
||||
|
||||
PasswordKey::PasswordKey()
|
||||
{
|
||||
}
|
||||
|
||||
PasswordKey::PasswordKey(const QString& password)
|
||||
{
|
||||
setPassword(password);
|
||||
}
|
||||
|
||||
QByteArray PasswordKey::rawKey() const
|
||||
{
|
||||
return m_key;
|
||||
|
||||
Reference in New Issue
Block a user