Identity-based encryption: Difference between revisions

Content deleted Content added
m Clean up -able suffix errors using AWB
DanBealeCocks (talk | contribs)
changed wiki link from cocks's ibe scheme to Clifford_Cocks
Line 1:
'''ID-based cryptography''' (or '''identity-based cryptography''' or '''identity-based encryption''') is a [[key authentication]] system in which the [[public key]] of a user is some unique information about the identity of the user (e.g. a user's email address). The first identity-based cryptosystem was a signature scheme developed by [[Adi Shamir]] in 1984, which allowed users to verify digital signatures using only public information such as the user's identity. Modern schemes include [[Dan Boneh|Boneh]]/[[Matthew K. Franklin|Franklin]]'s [[bilinear pairing|pairing]]-based encryption scheme, and [[Cocks's IBE schemeClifford_Cocks|Cocks's]] encryption scheme based on [[quadratic residue]]s.
 
==Usage==