资源列表
[加密解密] 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
[加密解密] rand_prime
说明:使用vc实现的随机生成大素数的源码,实现效率非常高,欢迎使用-Vc achieved using randomly generated large prime source to achieve efficiency is very high, Welcome<刘琦> 在 2025-06-26 上传 | 大小:1.05mb | 下载: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
[加密解密] turbo_code
说明:turbo code. use this code to encode codes and decoder codes-forward other s code<liu> 在 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