资源列表
[加密解密] cryptologycoding
说明:一些重要的加密算法的实现---主要是针对大学密码学课程中的算法实践,例如: 维吉尼亚密码,置换密码,移位密码-Some key encryption algorithm--- mainly aimed at the realization of the University of cryptography algorithms for practical courses, such as: Virginia password, replacement password, password, an<zk> 在 2025-06-26 上传 | 大小:1.06mb | 下载:0
[加密解密] AnImageEncryptionSchemeBasedonChaoticMap
说明:ieee一种基于混沌的新加密方法An Image Encryption Scheme Based on Chaotic Map - In this paper, a novel block digital image encryp- tion scheme based on a chaotic coupled map lattices (CML) is reported. Within this scheme, an original image is decomp<ff> 在 2025-06-26 上传 | 大小:1.05mb | 下载:0
[加密解密] openSSLDemo
说明:本人写的基于OpenSSL的客户端和服务器程序。-A Demo Program With VC2005 and OpenSSL lib.<白伟力> 在 2025-06-26 上传 | 大小:1.06mb | 下载:0
[加密解密] essential_dialog_design
说明:qt基本对话框设计源码,改源码是基于qt开发环境制作而成-the source is the design for basic dialog, that is based on the qt development environment to make<yuan> 在 2025-06-26 上传 | 大小:1.06mb | 下载:0
[加密解密] electroncpasswordlock
说明:能够实现密码的输入,保存,修改等。对密码进行加密存储,不是明文存储。-Enter the password can be achieved, save, modify, and so on. Encrypted storage of passwords, not stored in plain text.<庞伟> 在 2025-06-26 上传 | 大小:1.05mb | 下载:0
[加密解密] rsa
说明:1.问题描述 RSA密码系统可具体描述为:取两个大素数p和q,令n=pq,N=(p-1)(q-1),随机选择整数d,满足gcd(d,N)=1,ed=1 modN。 公开密钥:k1=(n,e) 私有密钥:k2=(p,q,d) 加密算法:对于待加密消息m,其对应的密文为c=E(m)=me(modn) 解密算法:D(c)=cd(modn) 2.基本要求 p,q,d,e参数选取合理,程序要求界面友好,自动化程度高。 4. 实现提示 要实现一个真实的RSA密码系统,主要考虑对大整数的处理。P<Appoint> 在 2025-06-26 上传 | 大小:1.06mb | 下载:0