cse442-at-ub / project_s23-welovehertz

project_s23-welovehertz created by GitHub Classroom
0 stars 1 forks source link

Encrypting password after a user registers and store into database #68

Closed alin82 closed 1 year ago

alin82 commented 1 year ago

Task Tests

Test 1

  1. Only team h members have access to team h's database.
  2. Go to https://www-student.cse.buffalo.edu/tools/db/phpmyadmin
  3. Login with UBIT as username and Person# as password, choose oceanus.cse.buffalo.edu:3306 as server choice.
  4. On the navigation bar on the left, click on cse442_2023_spring_team_h_db to navigate to team's database
  5. Click on users under cse442_2023_spring_team_h_db
  6. Verify that password are encrypted correctly using PHP default encryption (Bcrypt). The password in the database was successfully hashed, and does not show the password as a text/string.
ryanayam commented 1 year ago

How can I verify that passwords are encrypted? what does being encrypted mean?