aboutsummaryrefslogtreecommitdiff
path: root/src/PasswordHash.cpp
AgeCommit message (Collapse)Author
2019-04-09Revert back to argon2iAleksi Lindeman
2019-04-07Use argon2d instead of argon2iAleksi Lindeman
We want gpu-resistance instead of side-channel attack resistance since password is hashed locally.
2018-05-16Fix memory leak (mismatch free/delete/delete[]), fix invalid memory accessdec05eba
2018-04-27Add local user storage function (locally stored encrypted user private key)dec05eba
2018-04-14Store database storage to files, also loadingAleksi Lindeman