PHP Velho Oeste 2024

Einführung

Die Passwort-Hashing-API stellt einen einfach zu benutzenden Wrapper über der Funktion crypt() und einigen anderen Password-Hash-Algorithmen zur einfachen Erstellung und Verwaltung von Passwörtern zur Verfügung.

add a note add a note

User Contributed Notes 1 note

up
-84
no-spam-thanks at com dot Potteries
9 years ago
We have implemented this and just like to say its working well for us.  Would recommend to others for added security due to the one-way encryption.

DB field:  set to varchar(255) - this should help others.

Other general users report it to be 123 chars, but on on some of the PHP documentation is states:
"255 characters would be a good choice" - I second that.

PHP developers: GOOD job btw!
To Top