I made a simple student information system using Django framework. I already encrypt the password in Django database admin/login using Pbkdf2 library and it display the password encryption in database which uses sha256 encryption algorithm. i tried to apply the same library to encrypt the username as well, When i check the log it display the encryption but does not display in actual database. How can i encrypt the username any other way so the username will not be display in django database.
Aucun commentaire:
Enregistrer un commentaire