资源列表
123
- Can decrypt the source and find PHPjm confuse file, the other can not decrypt, some decryption scr ipt to share with you again!(Can decrypt the source and find PHPjm confuse file the other can not decrypt some decryption scr ipt to share with you aga
Telnet_Password_Guessing
- Telent登陆密码猜解代码段。 代码来自“[Visual.C.黑客编程揭秘与防范.].梁洋洋.扫描版”3.1.8章节。(Telent landing password guessing)
笨办法学 Python(第四版)
- XXXX笨办法学 Python(第四版)(XXXXClumsy law Python (Fourth Edition))
twofish_csharp
- Two fish encrysption tech
aes
- Advanced Encryption Standard algorithm
DES
- Data Encryption Standard algorithm
md5
- Message-Digest algorithm 5 algorithm
sha1
- Secure Hash Algorithm
SimpEncryp2
- Encryption methodology
加密源代码
- 这个呢,是教给大家如何解密加密自己开发的代码,我自己也是初学者,(才)学了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
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