当前注册人数423093人 邮箱: 密码: 注册新用户 忘记密码
首页 C/C++/MFC C# ASP.NET VB.NET MATLAB Android   站内搜索 下载代码说明/积分规则
为什么要注册?

1. 可以直接免费从本站下载代码,防止邮件发送不到您的邮箱,或登录不了国外网站

2. 可以设定关键字,当有您关心的代码收录时,邮件通知您

3. 对这里的代码进行评分和评论

4. 可以和大家一起分享你的源代码,得到更多的建议

Digital Signatures, Sign and verify messages using Crypto++

C++/Crypto++实现的数字签名源代码

2008年05月16日
C++ (VC7, VC7.1, VC8.0, C++), C# (C# 2.0, C# 3.0, C#), Java, Windows (Windows, Win2K, WinXP, Win2003, Vista), Win32, Dev
这个文章和附件的源代码用Crypto++,C#,java语言实现数字签名消息的签发与验证过程。
相关知识

我们使用一个tuple { message, signature }存储签发的消息,当验证一个消息的时候,需要提供消息、签名和签名者的公共密钥。

这里的例子将使用FIPS 186-2规范中的数字签名标准。这个标准中描述了三个被认可的签名机制。我们将使用使用数字签名(Digital Signature (DS)) 算法,而不是与之对应的RSA digital signature algorithm (RSASS)或the Elliptic Curve digital signature algorithm (ECDSA)
 

This article will examine the second issue - understanding what will be (or has been) signed. As with the previous article, we examine the details of the process so that when things go wrong, we can understand why and then correct the issue. Topics to be visited in this article are as follows. Though the impact of strings and streams appear early, we visit the topic last.

    * Digital Signatures
          o Key Generation
          o Message Signing
          o Message Verification
    * Signature Formats
          o IEEE P1363
          o DER Encoding
          o OpenPGP
    * Generating Keys, Signing, and Verifying
          o Crypto++
          o Java
          o C#
    * Strings and Streams
          o Crypto++
          o Java
          o C#

源代码原文下载:
Cryptographic Interoperability: Digital Signatures Sign and verify messages using Crypto++, Java, and C#.

源码图片

点击链接查看大图
从本站下载附件及源代码(1个附件,已经成功下载793次)

最值得关注的外文源代码

3D OpenGL Billard Simulator
Digital Signatures, Sign and verify messages using C#.
Transparent Cookie Encryption Via HTTP Module
DATA HIDING IN IMAGES USING LSB STEGANOGRAPHY
评论(评论是增加积分的一个有效途径)
字数在300字内
请如实评论
本源代码共评论138次,此处显示最近20次评论! 查看所有评论

CpjJwWHV  2020年09月11日
1
CpjJwWHV  2020年09月11日
1
CpjJwWHV  2020年09月11日
1
CpjJwWHV  2020年09月11日
1
CpjJwWHV  2020年09月11日
1
CpjJwWHV  2020年09月11日
1
CpjJwWHV  2020年09月11日
1
CpjJwWHV  2020年09月11日
1
CpjJwWHV  2020年09月11日
1
CpjJwWHV  2020年09月11日
1
CpjJwWHV  2020年09月11日
1
CpjJwWHV  2020年09月11日
1
CpjJwWHV  2020年09月11日
1
CpjJwWHV  2020年09月11日
1
CpjJwWHV  2020年09月11日
1
CpjJwWHV  2020年09月11日
1
lhy  2014年09月04日
caifurun2008  2014年07月24日
挺好的!椭圆曲线数字签名
qwe34h  2014年06月10日
记住这个ip了 很好用的
tur  2014年01月25日
不能用的 里面没有程序呀
字数在300字内
请如实评论
200万国内源码搜索
CopyRight (C) codesoso.com 2007-2009 All Rights Reserved zhihuishi   免责声明