Hash password php | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 2

Hash password php

PHP how to decryption a password hash in php

2nd Feb 2024, 1:09 PM
Ismaili Hemed Mganga
Ismaili Hemed Mganga - avatar
2 Respostas
2nd Feb 2024, 2:52 PM
Stefanoo
Stefanoo - avatar
+ 2
If the hash is secure you cannot decrypt it because hash is an information loss instead of encryption. If the hash is not secure and not salted etc. You can use rainbow tables but that is not decryptio
2nd Feb 2024, 9:05 PM
Joƫl Egger
Joƫl Egger - avatar