# 애플과 Cloudflare, Private Access Tokens로 CAPTCHA를 제거

> Clean Markdown view of GeekNews topic #6771. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=6771](https://news.hada.io/topic?id=6771)
- GeekNews Markdown: [https://news.hada.io/topic/6771.md](https://news.hada.io/topic/6771.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2022-06-17T09:14:32+09:00
- Updated: 2022-06-17T09:14:32+09:00
- Original source: [blog.cloudflare.com](https://blog.cloudflare.com/eliminating-captchas-on-iphones-and-macs-using-new-standard/)
- Points: 10
- Comments: 1

## Topic Body

- iOS16 과 macOS Ventura에서 지원 예정   
- 사용자 경험을 해치지 않고 가짜 사용자인지 체크해서 CAPTCHA를 요구하지 않게 처리   
- IETF의 Privacy Pass 프로토콜 표준 이용   
→ 서버가 PrivateToken HTTP 인증을 요구   
→ 서버는 클라이언트 아이덴티티 트래킹 불가   
→ RSA Blind Signature 이용   
- 애플기기의 Secure Enclave가 익명화된 통신으로 Attester 에게 사용자 인증을 요청하면,  
→ Attester가 각 사이트가 지정한 issuer 서버(fastly 와 Cloudflare 같은 CDN)와 검증하고 토큰을 발급

## Comments



### Comment 10582

- Author: joyfui
- Created: 2022-06-17T10:27:16+09:00
- Points: 1

Privacy Pass 확장을 설치하면 다른 브라우저에서도 비슷하게 캡챠를 제거할 수 있습니다.  
https://privacypass.github.io/
