V
V
Vaspingui20022021-12-23 14:05:43
PHP
Vaspingui2002, 2021-12-23 14:05:43

How to encrypt the password?

How is this password encrypted?
f59b7d3d4039d40a1194aa79f241f139 ?
site on dle? how to hash this password?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Dmitry Kuznetsov, 2021-12-23
@dima9595

mcrypt it.

V
Voland69, 2021-12-23
@Voland69

This hash also contains the so-called salt, or rather the salt hash, but rather the password hash + salt.
In a number of libraries, if you do not set the salt manually, it is generated dynamically, each time different.
To check the entered password in this case, the
bool Verify(string Hash, string Password) function is provided.

P
pLavrenov, 2021-12-23
@pLavrenov

md5()

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question