|
|
|
|
|
by aiiane
2512 days ago
|
|
> if you're not using any PHP frameworks or external libraries you might have to implement some crypto of your own to store passwords securely, just for starters. I don't think PHP offers a standard library to do that, does it? It does, actually:
https://www.php.net/manual/en/intro.password.php |
|