From 58a6fffbd0d449cbfb148d2fdd9a87116eca1497 Mon Sep 17 00:00:00 2001 From: Cedric Sirianni Date: Wed, 18 Oct 2023 19:01:55 -0400 Subject: [PATCH] docs: remove italics --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: >