节点BBS签名 该存储库是高性能多消息数字签名算法实现的来源,该实现支持导出零知识证明,从而可以从原始签名的消息集中进行选择性公开。 是一种数字签名算法,最初是由Boneh,Boyan和Shachum的工作产生的,后来在作为BBS +进行了改进,并在《 第4.3节中再次涉及。 。 需要,该库包含对支持。 允许多消息签名,同时生成单个输出签名。 使用BBS签名,可以生成基于知识证明的证明,其中只有部分原始签署的消息由证明者决定是否公开。 入门 要在您的项目中使用此软件包,只需运行 npm install @mattrglobal/node-bbs-signatures 或与纱线 yarn add @mattrglobal/node-bbs-signatures 用法 请参阅示例目录以获取可运行的演示。 以下是有关如何使用API​​的简短示例 import { generat
1
Elgamal-api 具有加法同态性质的ElGamal实现。 表中的内容 理论 ElGamal加密由三部分组成:密钥生成器,加密算法和解密算法。 密钥生成 密钥生成器的工作方式如下: 爱丽丝用生成器g生成q阶循环群G的有效描述。 有关此组所需属性的讨论,请参见下文。 爱丽丝从{1,…,q − 1}中随机选择一个x。 爱丽丝计算h:= g ^ x。 爱丽丝发布h以及对G,q,g的描述作为她的公钥。 爱丽丝保留x作为她的私钥,必须对其保密。 加密 加密算法的工作原理如下:使用公钥(G,q,g,h)对消息mto Alice加密。 鲍勃从{1,…,q − 1}中选择一个随机y,然后计算c1:= g ^ y。 鲍勃计算共享秘密s:= h ^ y:= g ^ xy。 鲍勃将他的消息m映射到G的元素m'上。 鲍勃计算c2:= m。 鲍勃将密文(c1,c2)=(gy,m'‧hy)=(
1
作者简介 Dr. William Stallings has authored 18 titles, and counting revised editions, over 40 books on computer security, computer networking, and computer architecture. His writings have appeared in numerous publications, including the Proceedings of the IEEE, ACM Computing Reviews and Cryptologia. He has 13 times received the award for the best Computer Science textbook of the year from the Text and Academic Authors Association. In over 30 years in the field, he has been a technical contributor, technical manager, and an executive with several high-technology firms. He has designed and implemented both TCP/IP-based and OSI-based protocol suites on a variety of computers and operating systems, ranging from microcomputers to mainframes. As a consultant, he has advised government agencies, computer and software vendors, and major users on the design, selection, and use of networking software and products. He created and maintains the Computer Science Student Resource Site at ComputerScienceStudent.com. This site provides documents and links on a variety of subjects of general interest to computer science students (and professionals). He is a member of the editorial board of Cryptologia, a scholarly journal devoted to all aspects of cryptology. Dr. Stallings holds a PhD from MIT in computer science and a BS from Notre Dame in electrical engineering. 目录 1. Computer and Network Security Concepts 2. Introduction to Number Theory 3. Classical Encryption Techniques 4. Block Ciphers and the Data Encryption Standard 5. Finite Fields 6. Advanced Encryption Standard 7. Block Cipher Operation 8. Random Bit Generation and Stream Ciphers 9. Public-Key Cryptography and RSA 10. Other Public-Key Cryptosystems 11. Cryptographic Hash Functions 12. Message Authentication Codes 13. Digital Signatures 14. Key Management and Distribution 15. User Authentication Protocols 16. Network Access Control and Cloud Security 17. Transport-Level Security 18. Wireless Netwo
2021-12-06 16:43:40 8.7MB Willia Crypto Networ Princi
1
离线安装包,亲测可用
2021-11-30 21:00:59 502KB linux
Lindell 教授 2021新版Introduction to Modern Cryptography
2021-11-24 14:00:14 16.87MB 密码学 教材 安全协议 隐私计算
windows_python3.7离线安装paramiko2.7.2全文件
2021-11-23 14:30:41 2.87MB windows python paramiko cryptography
1
基于椭圆曲线上的双线性对,构造了一种非交互式,简单且有效的公开可验证秘密共享(PVSS),这具有Schoenmakers的PVSS的所有优点[15]。 此外,在计划的股份分配阶段,仅使用双线性配对的双线性,任何人都可以验证参与者是否在不实施交互式或非交互式协议且没有构造所谓的使用Fiat-Shamir技术的股份见证的情况下收到了正确的股份。 随后,在方案的秘密阶段重建中,任何人都可以使用相同的方法来验证释放的份额。 由于PVSS不需要实现非交互式协议并构造见证以防止恶意播放器,因此可以减少通信的开销。 最后,PVSS是没有经销商(或没有受信任的中心)的案件的扩展。 提出了分布式公共可验证秘密共享(DPVSS),这也减少了通信开销。 分析表明,这些方案比其他方案更安全,更有效,并且在特殊情况下可能更适用。
2021-11-23 13:39:26 170KB Bilinear pairing cryptography Di–e-Hellman
1
Douglas R. Stinson,Chapman & Hall. CRC . 2005.ISBN: 1584885084
2021-11-23 12:11:01 2.9MB Cryptography
1
本书系统介绍了密码编码学与网络安全的基本原理和应用技术。全书主要包括五个部分:对称密码部分讲解传统加密技术、高级加密标准等;非对称密码部分讲解数论、公钥加密、RSA;第三部分讨论了加密哈希函数、消息认证、数字签名等主题;第四部分分析了密钥管理、用户认证协议;网络与Internet安全部分探讨的是传输层安全、无线网络安全、电子邮件安全及IP安全的问题。最后,两个附录给出了各章的项目练习和一些例子。配套网站包含大量的延伸性内容。 本书可作为高校计算机专业、网络安全专业、通信安全专业等相关专业的本科生和研究生的教材,也可供相关技术人员参考使用。
2021-11-22 18:43:58 7.99MB cryptography security 加密 安全
1
Real-World Cryptography
2021-11-22 10:00:16 37.43MB Cryptography
1