diff --git a/README.md b/README.md index dbc576f..cb58269 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## Overview -Private Data Lookup (PDL) is a web application that allows users to privately query a server-side data set of breached passwords during account creation. PDL is based on a secure multiparty computation mechanism called Private Set Intersection where two parties holdings sets (of credentials) can compute the intersection of the two sets without revealing their sets to the counterpart. The result is better *application security* by encouraging the use of stronger passwords and better *user privacy* by minimizing the information revealed to the server in the password precheck process. +Private Data Lookup (PDL) is a web application that allows users to privately query a server-side data set of breached passwords during account creation. PDL is based on a secure multiparty computation mechanism called Private Set Intersection where two parties holdings sets (of credentials) can compute the intersection of the two sets without revealing their sets to the counterpart. The result is better application security by encouraging the use of stronger passwords and better user privacy by minimizing the information revealed to the server in the password precheck process. > This project is inspired by some excellent work at Meta and Google: >