CMPS 3420 - Week 12 - Monday - Passwords in MariaDB and PHP
- Adding a password column to an existing table (mockaroo, Python).
- Why using the built-in MariaDB PASSWORD function is insufficent.
- PHP's password hashing
- Usage of password_hash and password_verify in the user accounts demo