mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 20:09:25 +00:00
use 54 bytes keys and sha512 hashing
This commit is contained in:
@ -88,7 +88,7 @@ class Migration(migrations.Migration):
|
||||
models.CharField(
|
||||
db_index=True,
|
||||
editable=False,
|
||||
max_length=150,
|
||||
max_length=136,
|
||||
verbose_name="hashed key",
|
||||
),
|
||||
),
|
||||
|
Reference in New Issue
Block a user