szurubooru/server/szurubooru/model
ReAnzu 0e5fbde097 Changed password setup to use libsodium and argon2id
* regular SHA256 is not secure
* added code to auto migrate old passwords to the new password_hash if the existing password_hash matches either of the old password generation schemes.
2018-02-24 23:45:00 -06:00
..
__init__.py server: refactor + add type hinting 2017-02-05 16:34:45 +01:00
base.py server: refactor + add type hinting 2017-02-05 16:34:45 +01:00
comment.py server/model: use new sqlalchemy import style 2017-02-05 23:21:43 +01:00
post.py server: lint 2017-04-24 23:30:53 +02:00
snapshot.py server/model: use new sqlalchemy import style 2017-02-05 23:21:43 +01:00
tag.py server/model: use new sqlalchemy import style 2017-02-05 23:21:43 +01:00
tag_category.py server: lint 2017-04-24 23:30:53 +02:00
user.py Changed password setup to use libsodium and argon2id 2018-02-24 23:45:00 -06:00
util.py server: refactor + add type hinting 2017-02-05 16:34:45 +01:00