OpenSecEd / passwd

A learning module about passwords
0 stars 1 forks source link

Write a web service that computes password hash of submitted password #35

Open dbosk opened 4 years ago

dbosk commented 4 years ago

We want the students to crack their own password. Provide a service where they must "log in" with their university account to fetch an individual password hash. The service merely computes the password hash of the supplied password.