Python Forum
Is there a Python equvalent to PHP password_hash()?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Is there a Python equvalent to PHP password_hash()?
#5
(May-17-2020, 11:07 PM)Pedroski55 Wrote: As I understand it, when a user logs in, his or her password is not sent in that form, but scrambled and sent. Not sure if this is correct.

Hashing (and salting!) of the password is usually done on the server.

If you want to understand some of the concepts, the OWASP have a cheat sheet here.
Reply


Messages In This Thread
RE: Is there a Python equvalent to PHP password_hash()? - by ndc85430 - Jun-28-2020, 05:14 AM

Forum Jump:

User Panel Messages

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