giskard icon indicating copy to clipboard operation
giskard copied to clipboard

Update password hashing to use SHA-256 for enhanced security!

Open amdjedbens opened this issue 6 months ago • 2 comments

The change involves replacing the existing code hashlib.md5(string.encode()).hexdigest() with the more robust hashlib.sha256(string.encode()).hexdigest().

This adjustment enhances resistance against potential security threats and aligns with best practices for cryptographic hash functions.

amdjedbens avatar Dec 17 '23 23:12 amdjedbens