Server-based signatures
This article, Server-based signatures, has recently been created via the Articles for creation process. Please check to see if the reviewer has accidentally left this template after accepting the draft and take appropriate action as necessary.
Reviewer tools: Inform author |
Server-based Signatures
Server-based signatures are "'electronic signature'" solutions in which a publicly available server participates in the signature creation process. The conventional solutions based on public-key cryptography and public-key infrastructure assume that signers use their personal "'trusted computing bases'" for signing documents and signatures can be created off-line without any communication with servers. There are several motives why server-based signatures are preferable compared to off-line solutions, such as:
- to reduce the computational cost of creating digital signatures of ordinary users;
- to reduce possible misuses of cryptographic keys by ordinary users;
- to have better control over the number of forged signatures in case of malicious abuses of signature keys.
Therefore, many different forms of server-based signatures exist:
1. Lamport One-Time Signatures. Proposed in in 1979 by Leslie Lamport [Lamp79]. Lamport one-time signatures are based on cryptographic one-way (hash) functions. For signing a message, the signer just sends a list of hash values (outputs of a hash function) to a publishing server and therefore the signature process is very fast, though the size of the signature is many times larger compared to ordinary public-key signature schemes.
2. On-line/off-line Digital Signatures. First proposed in 1989 by Even, Goldreich and Micali [EvGM96] in order to speed up the signature creation procedure, which is usually much more time consuming than verification. In case of RSA it may be one thousand times slower than verification. On-line/off-line digital signatures are created in two phases. The first phase is performed off-line, possibly even before the message to be signed is known. The second (message-dependent) phase is performed on-line and is very fast and involves communication with a server. The main idea is that in the first (off-line) phase, the signer uses a conventional public-key digital signature scheme to sign a public key of the Lamport one-time signature scheme. In the second phase, a message is signed by using the Lamport signature scheme. Some later works [ShTa01, YuTa07, YuTa08, Yu08, CRFG08, Gira92, GiPS06, Joye08] have improved the efficiency of the original solution by Even et al.
3. Server-Supported Signatures (SSS). Proposed in 1996 by Asokan, Tsudik and Waidner [AsTW96] in order to delegate the use of time-consuming operations of asymmetric cryptography from clients (ordinary users) to a server. For ordinary users the use of asymmetric cryptography is limited to signature verification, i.e. there is no pre-computation phase like in the case of on-line/off-line signatures. The main motivation was the use of mobile phones for creating digital signatures, considering that mobile phones are too slow for creating ordinary public-key digital signatures, such as RSA. Clients use _hash chain_ authentication [Lamp81] to send their messages to a signature server in an authenticated way and the server then creates a digital signature by using an ordinary public-key digital signature scheme. In SSS, signature servers are not assumed to be Trusted Third Parties (TTPs) because the transcript of the hash chain authentication phase can be used for non repudiation purposes. In SSS, servers cannot create signatures in the name of their clients.
4. Delegate Servers (DS). Proposed in 2002 by Perrin, Burns, Moreh and Olkin [PBMO02] in order to reduce the problems and costs related to individual private keys. In their solution, clients (ordinary users) delegate their private cryptographic operations to a Delegation Server (DS). Users authenticate to DS and request to sign messages on their behalf by using the server's own private key. The main motivation behind DS was that private keys are difficult for ordinary users to use and easy for attackers to abuse. Private keys are not memorable like passwords or derivable from persons like biometrics, and cannot be entered from keyboards like passwords. Private keys are mostly stored as files in computers or on smartcards, that may be stolen by attackers and abuse off-line. In 2003 Buldas and Saarepera proposed a two-level architecture of delegation servers that addresses the trust issue by replacing trust with threshold trust.
References
- [AsTW96] Asokan, N., Tsudik, G., Waidner, M.: Server-supported signatures. J. Computer Security (1996) 5: 131--143.
- [BuSa03] Buldas, A., Saarepera, M.: Electronic signature system with small number of private keys. In 2nd Annual PKI Research Workshop---Proceedings, pp. 96--108 (2003) http://middleware.internet2.edu/pki03/presentations/08.pdf
- [CRFG08] Catalano, D., Di Raimondo, M., Fiore, D., Gennaro, R.: Off-line/on-line signatures; theoretical aspects and experimental results. In Cramer, R. (Ed.) PKC 2008, LNCS 4939, pp. 101–120. Springer Heidelberg (2008)
- [EvGM96] Even, S., Goldreich, O., Micali, S.: On-line/off-line digital signatures. J. Cryptology (1996) 9: 35--67. http://www.estatistica.br/~rt/cranalysis/EvenGoldMicali.pdf
- [Gira92] Girault, M.: Self-certified signatures. In Davies, D.W. (Ed.): EUROCRYPT ’91, LNCS 547, pp. 490–497. Springer Heidelberg (1992)
- [GiPS06] Girault, M., Poupard, G., Stern, J.: On the fly authentication and signature schemes based on groups of unknown order. J. Cryptology (2006) 19(4): 463–487.
- [Joye08] Joye, M.: An efficient on-line/off-line signature scheme without random oracles. In Franklin, M.K., Hui, L.C.K., Wong, D.S. (Eds.): CANS 2008, LNCS 5339, pp. 98–107. Springer Heidelberg (2008)
- [Lamp79] Lamport, L.: Constructing digital signatures from a one way function. Comp. Sci. Laboratory. SRI International (1979) http://research.microsoft.com/en-us/um/people/lamport/pubs/dig-sig.pdf
- [Lamp81] Lamport, L.: Password authentication with insecure communication. Comm. ACM (1981) 24(11): 770--772.
- [PBMO02] Perrin, T., Burns, L., Moreh, J., Olkin, T.: Delegated cryptography, online trusted parties, and PKI. In 1st Annual PKI Research Workshop---Proceedings, pp. 97--116 (2002) http://www.cs.dartmouth.edu/~pki02/Perrin/paper.pdf
- [ShTa01] Shamir, A., Tauman, Y.: Improved online/offline signature schemes. In J. Kilian (Ed.): CRYPTO 2001, LNCS 2139, pp. 355–367. Springer Heidelberg (2001)
- [Yu08] Yu, P.: Direct online/offline digital signature schemes. PhD. Thesis. University of North Texas (2008)
- [YuTa08] Yu, P., Tate, S.R.: Online/offline signature schemes for devices with limited computing capabilities. In RSA Conference 2008, Cryptographers’ Track (CT-RSA), pp. 301–317 (2008)
- [YuTa07] Yu,P., Tate, S.R.: An online/offline signature scheme based on the strong RSA assumption. In AINAW'07, pp. 601--606 (2007)
Patents
- [US5016274] US Patent #5,016,274. Micali et al. On-line/off-line digital signing. May, 1991.