Y
Y
Yupiter75752021-06-09 14:15:53
Python
Yupiter7575, 2021-06-09 14:15:53

How to correctly transfer php hashes to python?

There is a ready-made MySQL database, work with it is done using php. All passwords, etc. stored in the database, hashed using the md5 method. Now the task is to work with this database using python. What are the ways to hash (and check the hash=password) with the md5 method in python, and will these methods work with pre-made hashes?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
SKEPTIC, 2021-06-09
@yupiter7575

Absolutely exactly the same methods as in php.
But here, for the sake of fairness, I would like to say that md5 is an unreliable hashing method. It is prone to collisions and computationally too fast to be secure.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question