use 54 bytes keys and sha512 hashing

This commit is contained in:
imperosol
2025-05-25 15:34:00 +02:00
parent 4b58c3e16d
commit f93a4ac98b
4 changed files with 13 additions and 14 deletions

View File

@ -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",
),
),