Monday, September 9, 2024

login credentials does not get validated when i used RSA and AES cryptography instead of the Django's default authentication. sign up works absolutely fine

Secure Login System using RSA and AES Cryptography Project Description:
The objective of this project is to create a secure login system using asymmetric (RSA) and symmetric (AES) cryptographic techniques. The project will involve implementing a secure user registration and login process that uses RSA for user authentication and AES for data encryption. Features:
(i) User Registration: The system will allow users to register using their email address and password.
(ii)  RSA Authentication: During user registration, the system will generate an RSA public/private key pair for each user, which will be used for authentication during login.
(iii)  AES Encryption: The user's password will be encrypted  
(iv)  Two-Factor Authentication: For additional security, the system will support two-factor authentication (2FA), such as SMS-based authentication, Google Authenticator, or U2F security keys.

this is my project and i have been able to integrate the two factor auth.. using Twilio but the Login does not work and no error will be return to me.
please if you need the codes to verify, just message me on my email

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/9fa42283-877a-467d-9c76-adcdb697a798n%40googlegroups.com.

No comments:

Post a Comment