Hash password php | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 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 Antworten
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