From c0bf0c89c5d6f30a31bf2605e6add501b97a93cf Mon Sep 17 00:00:00 2001 From: fria <138676274+friadev@users.noreply.github.com> Date: Fri, 21 Mar 2025 06:27:10 -0500 Subject: [PATCH] capitalization --- blog/posts/privacy-pass.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/blog/posts/privacy-pass.md b/blog/posts/privacy-pass.md index 227d67bf..1650e39d 100644 --- a/blog/posts/privacy-pass.md +++ b/blog/posts/privacy-pass.md @@ -14,7 +14,15 @@ description: | --- # Privacy Pass: The New Protocol for Private Authentication -Services that require authentication can correlate your activity on that service with your account, and that account is normally linked with payment information that could potential link back to your real identity. With the privacy pass protocol, it doesn't have to be that way. +Services that require authentication can correlate your activity on that service with your account, and that account is normally linked with payment information that could potentially link back to your real identity. With the privacy pass protocol, it doesn't have to be that way. + +## History + +The onus for the creation of the Privacy Pass protocol originates in a common problem almost all internet users face: bots. + +### Bots + + ## Problems @@ -36,8 +44,8 @@ We're starting to see a rise in extremely privacy-invasive age verification syst Bots are a rampant problem for online services, leading them to sometimes block non-residential IP addresses such as those used for commercial VPNs and Tor. -### CAPTCHAS +### CAPTCHAs -When VPN and Tor users aren't blocked, they often have to deal with annoying CAPTCHAS that take up your precious time and use invasive fingerprinting. +When VPN and Tor users aren't blocked, they often have to deal with annoying CAPTCHAs that take up your precious time and use invasive fingerprinting. -CAPTCHAS aren't even particularly good at detecting bots. With advances in AI, bots can solve CAPTCHAS better than humans can. \ No newline at end of file +CAPTCHAs aren't even particularly good at detecting bots. With advances in AI, bots can solve CAPTCHAs better than humans can. \ No newline at end of file