From 5a8cc0d7fc241494580cd4a060690eaf09ff46d7 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 8 Mar 2023 11:18:35 +0300 Subject: Replace Bcrypt with Argon2 for better security. Bcrypt is now somewhat vulnerable to offline cracking, so we move our password hashing over to Argon2. --- mypy.ini | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mypy.ini') diff --git a/mypy.ini b/mypy.ini index 52ea938..a4ae96e 100644 --- a/mypy.ini +++ b/mypy.ini @@ -63,3 +63,9 @@ ignore_missing_imports = True [mypy-email_validator] ignore_missing_imports = True + +[mypy-argon2] +ignore_missing_imports = True + +[mypy-argon2.*] +ignore_missing_imports = True \ No newline at end of file -- cgit v1.2.3