身高心为峰,人贫志莫穷!:铺路的没有自己的车,你能读懂其中的含义吗?!,密码科普的高校教师职业博客 - 企博网

bokee.net

高校教师博客

 个人名片

 图片 [共1张]

播放 停止 上一张 下一张

 自留地

 好友 [共2位]

 博客圈

 企业博客

 博铺

 文章评论

 图片最新评论

 最近访客

 最近更新职业博客

 数据统计

  • 创建日期:2008-02-26
  • 最后更新日期:2008-02-28
  • 总访问量:597 次
  • 文章:5 篇
  • 评论数量:0 篇
  • 留言:3 篇

 顶置文章

更多最新文章 [共5篇文章]

 Joint State Theorems for Public-Key Encryption and Digital Signature Functionalities with Local Comp

Abstract. Composition theorems in simulation-based approaches allow to build complex protocolsfrom s

阅读全文 阅读(1) 评论(0) 2008-04-21 21:24

 Sequential Aggregate Signatures and Multisignatures Without Random oracles

Abstract: We present the first aggregate signature, the first multisignature, and the first verifiably encrypted signature provably secure without random oracles. Our constructions derive from a novel application of a recent signature scheme due to Waters. Signatures in our aggregate signature scheme are sequentially constructed, but knowledge of the order in which messages were signed is not necessary for verification. The aggregate signatures obtained are shorter than Lysyanskaya et al. Sequential aggregates and can be verified more efficiently than Boneh et al. aggregates. We also consider applications to secure routing and proxy signatures.
Introduction: In this paper we present an aggregate signature scheme, a multisignature scheme, and a verifiably encrypted signature scheme. Unlike previous such schemes, our constructions are provably secure without random oracles. A series of papers beginning with the uninstantiability result of Canetti, Goldreich, and Halevi has cast some doubt on the soundness of the random oracle methodology, making random – oracle – free schemes more attractive. Moreover, our proposed schemes are quite practical, and in some cases outperform the most efficient random – oracle – based schemes.
An aggregate signature scheme allows a collection of signatures to be able to be compressed into one short signature. Aggregate signatures are useful for applications such as secure route attestation and certificate chains where the space requirements for sequence of signatures can impact practical application performance.
Boneh et al. presented the first aggregate signature scheme, which was based on the BLS signature in groups with efficiently computable bilinear maps. Subsequently, Lysyanskaya et al. presented a sequential RAS – based scheme that, while more limited, could be instantiated using more general assumptions. In a sequential aggregate signature scheme the aggregate signature must be constructed sequentially, with each signer modifying the aggregate signature in turn. However, most known applications are sequentially constructed anyway. One drawback of both schemes is that they are provably secure only in the random oracle model and thus there is only a heuristic argument for their security.
We present the first aggregate signature scheme that is provably secure without random oracles. Our signatures are sequentially constructed, however, unlike the scheme of Lysyanskaya et al., a verifier need not know the order in which the aggregate signature was created. Additionally, our signatures are shorter than those of Lysyanskaya et al. and can be verified more efficiently than those of Boneh et al.
In addition, we present the first multisignature scheme that is provably secure without random oracles. In a multisignature scheme, a single short object – the multisignature – can take the place of n signatures by n signers, all on the same message. (Aggregate signatures can be thought of as a multisignature without this restriction.) Boldyreva gave the first multisignature scheme in which multisignature generation does not require signer interaction, based on BLS signatures.
Finally, we present the first verifiably encrypted signature scheme that is provably secure without random oracles. A verifiably encrypted signature is an object that anyone can confirm contains the encryption of a signature on some message, but from which only the party under whose key it was encrypted can recover the signature. Such a primitive is useful in contract signing. Boneh et al. gave the first verifiably encrypted signature scheme, based on BLS signatures.
All our constructions derive from novel adaptations of the signature scheme of Waters, which follows from his Identity – Based Encryption scheme.

阅读全文 阅读(5) 评论(0) 2008-03-13 21:31

 Identity-Based Aggregate Signatures

Craig Gentry and Zulfikar Ramzan Abstract: An aggregate signature is a single short string that con

阅读全文 阅读(10) 评论(0) 2008-03-04 22:31

 Batch Verification of Short Signatures

2007 8-1

Abstract: With computer networks spreading into a variety of new environments, the need to authenticate and secure communication grows. Many of these new enviroments have particular requirements on the applicable cryptographic primitives. For instance, several applications require that communication overhead be small and that many messages be processed at the same time. In this paper we consider the suitability of public key signatures in the latter scenario. That is, we consider signatures that are 1) short and 2) where many signatures from (possibly) different signers on (possibly) different messages can be verified quickly. Prior work focused almost exclusively on batching signatures from the same signer.

Introduction

As the world moves towards pervasive(普通深入的) computing and communication, devices from vehicles to dog collars will soon be expected to communicate with their environments. For example, many governments and industry consortia(公会) are currently planning for the future of intelligent cars that constantly communicate with each other and transportation infrastructure to prevent accidents and to help alleviate traffic congestion. Raya and Hubaux suggest that vehicles will transmit safety messages every 300ms to all other vehicles within a minimum range of 110 meters, which in turn may retransmit these messages.

For such pervasive systems to work properly, there are many competing constraints. First, there are physical limitations, such as a limited spectrum allocation for specific types of communications and the potential roaming(漫游) nature of devices, that messages be dept very short and (security) overhead be minimal. Yet for messages to be trusted by their recipients, they need to be authenticated in some fashion, so that entities spreading false information can be held accountable. Thus, some short form of authentication must be added. Third, different messages from many different signers may need to be verified and processed quickly (e.g. every 300ms). A possible fourth constraint that these authentications remain anonymous or pseudonymous, we leave as an exciting open problem.

In this work, we consider the suitability of public key signatures to the needs of pervasive communication applications. Generating one signature every 300ms is not a problem for current systems, but transmitting and /or verifying 100+ messages per second might pose a problem. Using RSA signatures for example seems attractive as they are verified quickly, however, one would need approximately 3000 bits to represent a signature on a message plus the certificate (i.e., the public key and signature on that public key) which might be too much for some applications. While many new schemes based on bilinear maps can provide the same security with significantly smaller signatures, they take significantly more time to verify. Thus, it is not immediately clear what the proper tradeoff between message length and verification time is for many pervasive commuincation applications. However, in some applications, there is evidence that doing a small amount of additional computation is more advantageous than sending longer messages. For example, Landsiedel, Wehrle, and Gotz showed that for applications using Mica2 sensors transmitting data consumes significantly more battery power than keeping the CPU active.

Fast verification of many signatures are an interesting problem in other scenarios as well. Consider a scenario where a mail server receives a lot of signed e-mails. To handle a variety of different e-mail clients on the internal network, it is easier to let the server do signature verification and insert a message into the body of the e-mail about who signed it. Assuming the internal network and the mail server are secure, clients can rely on the signature being correct without having to verify it themselves. However, the actual digital signature can still be attached to the e-mail should a dispute about the authenticity of the message later arise. To keep resource usage on the server to a minimum, signature verification should be fast, but we can take advantage of the fact that the server can buffer messages for short period before verifying all of them.

阅读全文 阅读(8) 评论(0) 2008-02-27 11:23

 计划---一百篇论文的摘要和引言

两个理由:一是逼自己学习;一是便于以后输入相关内容.

阅读全文 阅读(6) 评论(0) 2008-02-27 10:04

共有5篇文章,浏览更多 >>

更多留言

匿名用户

Warcraft gold

wow gold
wow gold

08-05-02 03:17   回复(0) 删除

匿名用户

very good

wow gold
wow gold

08-04-24 14:54   回复(0) 删除

匿名用户

very good

wow gold
wow gold

08-04-23 11:23   回复(0) 删除

发表留言

匿名  登录名  密码
标  题
内  容
验证码