资源列表
Netpassword
- Net框架由于拥有CLR提供的丰富库支持,只需很少的代码即可实现先前使用C等旧式语言很难实现的加密算法。本类实现一些常用机密算法,供参考。-Net framework, as they own CLR provides support for the rich, with little code can be used to achieve the old language, such as C is very difficult to achieve encryption algorithm.
aldec41
- VHDL把图片移动到星号密码上密码的原形就看到啦.zip] - 程序里有一个张图片.把图片移动到星号密码上,密码的原形就看到啦 [QQ 2005贺岁版登录口令加密算法及其源代码.rar] - QQ 2005贺岁版登录口令加密算法及其源代码,请大家指教 [各cracked软件的安装方法.rar] - 各种开发用常用软件的破解安装方法 非常值得收藏的好东西-VHDL Pictures moved to the asterisk password on the password will
WebRSA
- Web RSA是为Web浏览器提供的RSA公钥加密算法。使用Javascr ipt 来生成RSA加密数据,加密后的数据只能在服务器上解密,不能被窃听。-Web browser for the Web provided by the RSA public key encryption algorithm. Use Javascr ipt to generate RSA encrypted data, encryption of data can only be decrypted on the s
DES-VC
- DES算法及其VC源代码,详细图解,代码完整-VC DES algorithm and its source code, detailed diagrams, code integrity
GetPasswordcode
- 穷举型密码破译器。可以自定义词典,多线程。visual c++6.0 xp/2-exhaustive type code-breaking device. You can define Dictionary, multithreading. Visual c 6.0 xp/2
zybencry
- 各种加密解密的方法 原代码可供选择 价格优惠-various methods of encryption and decryption code for the original price concessions choice
kfcmsg
- 局域网传送文件的一个相当好的软件。速度快,还可以聊天-LAN transmission of documents of a very good software. Fast, and can also chat
TrueCrypt
- 加密工具,可以对任意文件进行加解密,界面采用资源管理器界面,美观,是学习树形,列表的好源码-encryption tools can arbitrarily increase the declassified documents, interface used for resource management interface, picturesque, Learning Tree is, a good source list
EDstar
- 加密之星(袖珍版)源代码Visual C++源代码-encryption Star (pocket edition) source code Visual C source code
mimaliluncyuyan
- 密码理论c语言,对密码理论进行介绍并对其实现进行分析-password theory c language, the code theory, introduced and achieve its analysis
des_me
- 有关于des的加解密算法的实现..是用java语言来编写的。.-des on the encryption algorithm is used to achieve .. java language prepared. .
7_Rsa
- RSA公钥加密算法基于大整数因式分解困难这样的事实。 选择两个素数,p,q。(一般p,q选择很大的数) 然后计算 z=p*q f=(p-1)(q-1) 选择一个n,使gcd(n,f)=1(gcd代表greatest common divider,一般n也选择一个素数), n和z就作为公钥。 选择一个s,0<s<f,满足n*s % f=1,s就作为私钥。-RSA public key encryption algorithm based on the integer fa