资源列表
sha1
- Secure Hash Algorithm
SimpEncryp2
- Encryption methodology
gzip
- 使用C语言编写的GZIP压缩及解压源代码(GZIP compress and unzip source code written in C language)
加密源代码
- 这个呢,是教给大家如何解密加密自己开发的代码,我自己也是初学者,(才)学了3个月了 我滴微信呢是q363295470,验证信息就填 联合KF 吧 (偷偷告诉大家 我还没成年涅)(This is how to decrypt the code to encrypt and encrypt your own development. I am a beginner myself, and I've been learning for 3 months. My WeChat is q363
bizext
- 开源项目管理工具,禅道专业版 license,免费使用(Open source project management tool, Zen professional version license, free of use)
JETIR1506047
- Chaotic Maps and encryption
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
IDEAXM
- IDEA加解密代码,使用的是java源代码,非常容易加密。(IDEA encryption code, the use of the Java source code, very easy to encrypt.)
国密算法_SM2_SM3
- 国密算法SM2 SM3 DEMO c#实现(Implementation of national dense algorithm SM2 SM3 DEMO c#)
SHA_MatLab
- this code excutes SHA-1 Algo
Encryp_RSA
- acheive RSA algorithm in matlab
HexEnc_src
- rc5 code source code available in .net.you can try all the stuffs here by implementing in the format available