[Security] Using PKCS1_v1_5 is dangeorus.
Author: spblue4422Created May 30, 2025Updated May 30, 2025
Hi, while I'm reviewing your code, I noticed that you're using algorithm PKCS1_v1_5 on encryption.
According to RFC 8017, PKCS_v1_5 is not recommended anymore, instead PKCS1_OAEP is recommended.
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