use 54 bytes keys and sha512 hashing

This commit is contained in:
imperosol
2025-05-25 15:34:00 +02:00
parent 189081f5a8
commit 2c7eb99f31
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",
),
),