Python Forum
Using hashlib for user password
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Using hashlib for user password
#5
Please use pbkdf2 from hashlib.
Use as 64bit salt and a sha512 as algorithm for example. Md5 is for security a nightmare. Plase tell this your teacher. Don not use md5 to hash passwords.
Almost dead, but too lazy to die: https://sourceserver.info
All humans together. We don't need politicians!
Reply


Messages In This Thread
Using hashlib for user password - by seadoofanatic - Mar-02-2018, 05:54 PM
RE: Using hashlib for user password - by wavic - Mar-04-2018, 04:39 PM
RE: Using hashlib for user password - by DeaD_EyE - Mar-04-2018, 04:48 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020