implementation of encryption for the username to avoid any recognission potetioal

This commit is contained in:
2026-07-31 13:12:46 +02:00
parent 7368d82fc4
commit 237788af96
2 changed files with 78 additions and 39 deletions
+1
View File
@@ -20,6 +20,7 @@ import string
from bson.objectid import ObjectId
import Web.modules.database.settings as cfg
from Web.modules.database.settings import MongoClient
import Web.modules.inventarsystem.data_protection as dp
import hmac
import os