虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

数字签名<b>算法</b>

  • :杭抵赖的签密方案在一些应用中有重要的价值.已有的方案如认证加密方案和签密方案在解决签名者事 后抵赖的问题时

    :杭抵赖的签密方案在一些应用中有重要的价值.已有的方案如认证加密方案和签密方案在解决签名者事 后抵赖的问题时,必须把恢复的消息提供给第三方,从消息的保密方面看,效果并不理想.墓于离散对数问题提出 了安全有效的指定接收者恢复消息的杭抵赖数字签名体制,其特点是只有指定接收者才可以恢复消息,任何人可 以验证签名的合法性,在解决签名者事后抵赖的问题中克服了已有方案的缺陷,不需要签名者的合作、不需要向第 三方提供恢复的消息、不需要与第三方执行交互的零知识证明,在保持恢复消息秘密的同时能揭穿签名者的抵赖 行为.同时把该方案扩充到了指定的一群接收者恢复消息的抗抵赖的多重签名的情形.

    标签: 签密方案 方案 价值 加密

    上传时间: 2015-11-21

    上传用户:181992417

  • :针对不可否认L-L-C-Z门限代理签密协议中存在的安全缺陷

    :针对不可否认L-L-C-Z门限代理签密协议中存在的安全缺陷,提出了一个改进的门限代理签密协议.通过 对L-L-C-Z门限代理签密协议的密码分析,利用接收方修改公钥的方法,计算出任意消息的有效伪造签密结果.利 用类似于缩短的数字签名标准(SDSS)的安全技术,以及通过公钥验证签密结果的技术,给出一个新的改进协议.安 全分析结果表明,与L-L-C-Z门限代理签密协议相比,该改进门限代理签密协议能够承受接收方公钥替换攻击.改进的门限代理签密协议利用接收方公钥而不是私钥来验证签密结果,其验证过程能向第三方公开.

    标签: L-L-C-Z 门限代理 协议 缺陷

    上传时间: 2013-12-21

    上传用户:四只眼

  • We have a group of N items (represented by integers from 1 to N), and we know that there is some tot

    We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.

    标签: represented integers group items

    上传时间: 2016-01-17

    上传用户:jeffery

  • RSA公开密钥密码系统是由R.Rivest

    RSA公开密钥密码系统是由R.Rivest,A.Shamir,L.Adleman提出的,不仅仅可用于数据的加密,也可用于数字签名。本程序提供了RSA加密和解密过程实现的源代码。

    标签: Rivest RSA 密钥密码

    上传时间: 2014-11-29

    上传用户:aix008

  • 这是一篇关于信息安全的论文

    这是一篇关于信息安全的论文,主要讲的是数字签名以及它的安全性

    标签: 信息安全 论文

    上传时间: 2016-02-01

    上传用户:asasasas

  • 例子中的pcsc驱动不是一个服务读卡器和智能卡的全功能的pcsc驱动

    例子中的pcsc驱动不是一个服务读卡器和智能卡的全功能的pcsc驱动,如大家所知,驱动安装以后,系统就能识别pcsc读卡器,应用程序就可以通过微软的smartcard组件来访问智能卡。现在流行的usbkey(国外习惯叫usbtoken或usb dongle)是一种安全认证的设备,集成了读卡器和卡片,上层应用利用pcsc框架调用微软的csp进行数字签名,身份认证等功能。 如果不走pcsc架构,这些功能的开发可以说一点不比开发驱动容易。

    标签: pcsc 驱动 服务 智能卡

    上传时间: 2016-02-12

    上传用户:CHINA526

  • The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical)

    The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).

    标签: converts Toolbox complex logical

    上传时间: 2016-02-12

    上传用户:a673761058

  • 用java写的RSA加密解密程序

    用java写的RSA加密解密程序,支持数字签名验证和分段加密,有友好的图形界面。

    标签: java RSA 加密 解密

    上传时间: 2014-01-23

    上传用户:懒龙1988

  • 很好用的东西  本人实验过

    很好用的东西  本人实验过,不过代码方面有点复杂哈,嘿嘿 数字签名

    标签: 实验

    上传时间: 2016-06-02

    上传用户:清风冷雨

  • MD5的典型应用是对一段信息(Message)产生信息摘要(Message-Digest)

    MD5的典型应用是对一段信息(Message)产生信息摘要(Message-Digest),以防止被篡改。比如,在UNIX下有很多软件在下载的时候都有一个文件名相同,文件扩展名为.md5的文件,在这个文件中通常只有一行文本,大致结构如:    MD5 (tanajiya.tar.gz) = 0ca175b9c0f726a831d895e269332461   这就是tanajiya.tar.gz文件的数字签名。

    标签: Message-Digest Message MD5 典型

    上传时间: 2016-07-28

    上传用户:banyou