멀티 사용자 시나리오에서도 최소 128비트 보안 (공격자가 특정 키를 타겟팅하는 것이 아니라 최대 232개의 키 모음 중 하나를 타겟팅하는 경우)
16바이트 이상의 출력 사용 가능
사용 사례 예시
PRF의 사용 사례로는 개인 식별 정보 (PII)의 확정적 수정, 키 해시 함수, 키를 모르는 상태에서 원래 데이터 세트와 조인할 수 없는 하위 ID 생성 등이 있습니다.
PRF를 사용하여 메시지의 신뢰성을 증명할 수 있지만, 이 사용 사례에는 MAC 프리미티브를 사용하는 것이 좋습니다. MAC 프리미티브는 인증을 지원하고 인증 중에 자주 발생하는 보안 문제를 피하며 키 순환을 자동으로 지원하기 때문입니다. 또한 비결정적 알고리즘을 허용합니다.
[null,null,["최종 업데이트: 2025-07-25(UTC)"],[],["Pseudo-Random Function (PRF) produces stable, pseudo-random outputs for a given input, managed via keysets indexed by a 32-bit key ID for rotation. Key properties include deterministic output and randomness. `HMAC_SHA256_PRF` is recommended, with alternatives like `HMAC_SHA512_PRF` and `AES_CMAC_PRF`. PRF provides pseudonymity, not anonymity, and is secure with at least 128-bit security. Use cases include deterministic PII redaction and creating non-joinable sub-IDs. MAC is recommended for proving authenticity.\n"],null,[]]