szurubooru/server
ReAnzu 0cd5600163 Changed password setup to use libsodium and argon2id
* Regular SHA256 hashing for passwords is inadequate as modern GPU's can hash generate billions of hashes per second.
* Added code to auto migrate old passwords to the new password_hash if the existing password_hash matches either of the legacy password generation schemes (SHA1 or SHA256).
* Added migration to support new password_hash format length
* Added auth tests
2018-02-28 20:37:01 -06:00
..
szurubooru Changed password setup to use libsodium and argon2id 2018-02-28 20:37:01 -06:00
.pylintrc server/posts: change reverse image search API 2017-01-07 14:07:31 +01:00
alembic.ini client+server/general: fix config references 2016-04-10 16:23:35 +02:00
generate-thumb server/tools: add generate-thumb 2016-06-02 13:58:08 +02:00
mypy.ini server: refactor + add type hinting 2017-02-05 16:34:45 +01:00
requirements.txt Changed password setup to use libsodium and argon2id 2018-02-28 20:37:01 -06:00
setup.cfg server/scripts: replace ./test with setup.cfg 2017-02-05 16:34:45 +01:00