|
|
|
|
|
by supersan
3510 days ago
|
|
I often store my password using PHP's password_hash('password', PASSWORD_DEFAULT) function. This function has been baked into the language since version 5.0 I think. I'm sure most other languages must have a similar function too, yet so many sites save the password in plain text. Doesn't make any sense. |
|
I work with C#, Java, Python Go and JS on backends a lot and no other language I worked with had such a simple but secure API.