Replaced old PasswordManager code with code using Botan's new PSK_Database

This greatly reduces the amount of encryption related code required. Thought
we still have todo our own key strenthening but this also is easier with Botan::PasswordHash.
This commit is contained in:
eelke 2018-11-04 11:24:13 +01:00
parent 1ae9a1151a
commit 6b9b602c64
4 changed files with 294 additions and 305 deletions

View file

@ -39,7 +39,7 @@ C:\VSproj\boost32\include
INCLUDEPATH += $$PWD/../../core
DEPENDPATH += $$PWD/../../core
LIBS += c:\prog\lib\botand_imp.lib
LIBS += c:\prog\lib\botan_imp.lib
win32-g++:CONFIG(release, debug|release): PRE_TARGETDEPS += $$OUT_PWD/../../core/release/libcore.a
else:win32-g++:CONFIG(debug, debug|release): PRE_TARGETDEPS += $$OUT_PWD/../../core/debug/libcore.a