搜索资源列表
组合加密软件包 Lock Manage 5
- Lock Manage 是一个功能比较全面的加密软件。 它具有多种加密方案:如文件口令加密,文件反拷贝加密,软硬盘加密,安装加密,文本加密,批处理加密等等。系统是由C和汇编写成,可从外部链接于主模块。可单独编译,单独调试。可执行EXE/COM程序加密模块已经过长时间的测试分析,其工作性能己十分稳定。可移植性与兼容性很好。另外,代码实现了CS,DS不换技术,使其SHELL性能难以被DEBUG识别。其内部密码采用单向不可逆变换,基本实现了不可解,原因在于四个随机密钥只能用穷举法找出。这种可靠原四密钥
JavaFR_RSA_Source
- 基于java的完整的RSA算法实现 /** * <p>Titre : RSA </p> * <p>Descr iption : Encodage de donn閑s selon le protocole RSA </p> * <p>Copyright : Copyright (c) 2004</p> * @author Fran鏾is Bradette * @version 1.1 * version originale d
BigInteger_src
- C# BigInteger class. BigInteger.cs is a csharp program. It is the BIgInteger class. It has methods: abs() , FermatLittleTest(int confidence) ,gcd(BigInteger bi) , genCoPrime(int bits, Random rand) , genPseudoPrime(int bits, int confidence, Random ran
GetCRC32(CS)
- CRC32哈希算法的C#版源码.采用的是动态生成码表的方法.-CRC32-hash algorithm in C# version of the source code. The code is dynamically generated table method.
MD5.cs
- CSharp的MD5实现源代码,写的比较好。 方便实用,可以为大家理解MD5的算法 将后缀的.rar去掉即可使用
AES+socket
- AES加密算法,可实现CS模式加解密文件,有简单的图形界面
Cs
- 字符串加密解密类 可以加密和解密字符串,密钥自定-String encryption and decryption can type string encryption and decryption, key self-
crc_ccitt_cs
- crc_ccitt 的cs代码,两种实现代码,doc文件-crc_ccitt the cs code, two code, doc file
CSArchitectureDescription
- 本学习资料主要想大家介绍CS的架构思想 适合初学者参考学习-The learning materials mainly want to tell you the structure of CS thinking reference for beginners learning
PassWordKey
- C#字符串加密工具,可以选择不同的密钥文字-C# string encryption tool, you can choose different key words
AES
- AES 加解密算法源码 cs类文件,可直接使用-AES encryption and decryption algorithm source code cs class files can be used directly
DES
- DES 加解密算法源码 cs类文件,可直接使用-DES encryption and decryption algorithm source code cs class files can be used directly
MD5
- MD5 加解密算法源码 cs类文件,可直接使用-MD5 encryption and decryption algorithm source code cs class files can be used directly
RNCryptor-cs-master
- AES 256 encryption and decryption algorithm implemented in C#.net with complete testing. AES256 cryptor is implemented as DLL with simple API s for encrypt and decrypt.