300 likes | 469 Views
Beyond Secret Handshakes: Affiliation-Hiding Authenticated Key Exchange. From: Cryptographers ’ Track of the RSA Conference 2008 Date:2011-11-29 Reporter : Yi-Chun Shih. Outline. Introduction Contribution Perfect Forward Secrecy & Linkable Affiliation-Hiding AH-AKE
E N D
Beyond Secret Handshakes:Affiliation-Hiding Authenticated Key Exchange From: Cryptographers’ Track of the RSA Conference 2008 Date:2011-11-29 Reporter: Yi-Chun Shih
Outline • Introduction • Contribution • Perfect Forward Secrecy & Linkable Affiliation-Hiding • AH-AKE • Conclusion
Introduction • Affiliation-Hiding Authentication protocol, or Secret Handshakes(SH),allow two members of the same group to authenticate each other by hiding their affiliation - FBI agent
Affiliation-Hiding Authenticated Key Exchange ( AH-AKE ) strengthens entity authentication schemes ( SH described in [BDS+03] and [CJT04] ): output the key which is authenticated satisfy the standard security requirement of AKE protocol ( but not include Perfect Forward Secrecy )
Outline • Introduction • Contribution • Perfect Forward Secrecy & Linkable Affiliation-Hiding • AH-AKE • Conclusion
Contribution • Strengthens the security of AH-AKE through Perfect Forward Secrecy (PFS)
Contribution (cont.) • Formalize the exact level of protecting privacy, called Linkable Affiliation-Hiding (LAH), the guarantee of privacy does not contain unlinkablility - Linkability : (under the ideal process) in the AH-AKE session, under the condition of player uses the same certificate, the same alias would revealed every time, so that the adversary could link this two instance, but the affiliation of the player would not be disclosed, unless the user is corruptedor the session is compromised
Contribution (cont.) • Under the condition of satisfying PFS andLAH, let the complexity of AH-AKE protocol ideal in Random Oracle Model (ROM) -ROM : regarded as perfect hash function
Outline • Introduction • Contribution • Perfect Forward Secrecy & Linkable Affiliation-Hiding • AH-AKE • Conclusion
PFS & LAH • PFS : ensure to keep each session secure, even the participant finally corrupted and gives away long-term secrete to the adversary • LAH:AH-AKEshould confront with player corrupted and session revealed • Thus,LAHimpliesPFS
LAHImpliesPFSSecurity • LAHcompares the view of actual execution and the view of fully-random • PFScompares the view of actual execution and the view of partial-random(only the key of tested session is random) • Lemma:IfAH-AKEschemeisLinkableAffiliation-HidingthenitisSecurewithPerfectForwardSecrecy
Outline • Introduction • Contribution • Perfect Forward Secrecy & Linkable Affiliation-Hiding • AH-AKE • Conclusion
AH-AKE • AH-AKEis based on standard AKE(non affiliation-hiding), the difference is that the certification of AH-AKE is private,so the certification hierarchies and chains are not allowed
Entity • AH-AKEscheme computes under the environment of a user set Uand a group set G , and denote UUis a member ofGG asUG
Protocol • purpose:allow a pair of players to establish common secret key that is authenticated, the conditions are (1)run the protocol on the public key of the same group(2) UiG and UjG • In the AH-AKE scheme, if a user is a member of many groups, that would affect execution efficient, but not security andaffiliation-hiding
Public Information & Network Assumption • All the public keys of groups and CA’s, and the certificate revocation lists(CRL) are public information • The communication between users andCA’sis through anonymous and authenticated channel • The execution of AH-AKE protocolis through the channel that is not authenticated • The adversary has fully control over the network
Instances & Session IDs • πUs: protocol session or player instance -the sth instance of playerUthat execute the protocol session • sidis:session id -the state argument that used byπisto connect thepublic input and messages
Matching & Partnered Sessions, Correctness of AH-AKE’s • πisand πjtare matching : PKis= PKjt , certisCerts(PKis), certjtCerts(PKjt), certisRevokedCerts(CRLjt), certjtRevokedCerts(CRLis), roleis≠rolejt • πisand πjtare partnered : sidis= sidjt • If πisand πjtarematching andpartnered,they would output the same key,Kis= Kjt
PFS-Secure AH-AKE Based On RSA • Setup: -givesecurity parameter k -define the smallest integerk’andH1:{0,1}* ->{0,1}k • Kgen: -generate 2k’-bit safe RSA modulus n = pq -random choosegso thatggenerates the largest subset of Zn* -secret key : (p,q,d), public key: (n,g,e) -decides Hn:{0,1}* ->Zn • Add: -managerchooses random stringidand calculatesσ= [Hn(id)]d (mod n) -the certification of U, cert = (id, σ) • Revoke:manageradd id to group CRL
PFS-Secure AH-AKE Based On RSA initiator responser random choosebA, xA Step 1 hide σA
PFS-Secure AH-AKE Based On RSA Step 2:use the information the other side gave to compute v set vA
PFS-Secure AH-AKE Based On RSA Step 3 ie,H1(rA,sidA,init)=H1(rB,sidB,init)
Prove the correctness: If A, B belong to the same group, PKA = PKB= (n, g, e) rA=(ZB)XA=(g2eXB)XA=(g2eXA)XB=(ZA)XB=rB, where ZA=(θAehA-1)2=g2eXA ZB=(θBehB-1)2=g2eXB
Commitment Schemes sender ( Alice ) message ( M ) lock receiver ( Bob )
Commitment Schemes • Commitment phasehassecrecy property: receivercan not open the box sendercan not modifyM • Decommitment phasehasunambiguity / binding property: sendergives thekey to allowreceiver to open thebox to knowM
Trapdoor Commitment • The trapdoor is used to overcome the binding property • Take sealed-bid auctions for example, the participant can use trapdoor to modify his bid
Outline • Introduction • Contribution • Perfect Forward Secrecy & Linkable Affiliation-Hiding • AH-AKE • Conclusion
Conclusion • AH-AKE includes PFS and LAH • Use trapdoor to hide σA