[Security] Hard-coded IV on AES CBC Encryption
Author: spblue4422Created May 30, 2025Updated May 30, 2025
Hi, while I'm reviewing your code, I noticed that you're using hard-coded key on AES encryption.
When using AES CBC encryption, IV should be used random value for secure usage.
Update for this would be significantly helpful to security. We would appreciate it if you could review the code and proceed with the update if it is deemed insecure.
Thank you.
Source: Kr1s77/awesome-python-login-model