搜索资源列表
C语言实现恺撒加密算法
- c语言实现恺撒加密算法,其中有加密解密暴力破解,非常适合初学者学习用。-Caesar encryption algorithm, which encryption and decryption of violence solved, very suitable for beginners to learn from.
md5_CS_realway
- md5程序C#实现,本程序使用C#实现MD5的算法,不同于一般网上见到的C的写法。本源码的实现步骤和MD5算法的理论加密过程完全一致,所以很值得学习。-md5 C# procedures, the procedures for the use of C# MD5 algorithm from a general to see that the C-line version. The source implementation steps and MD5 encryption algorithm
ZYB_NHD
- 程序采用当前最先进的Rijndael算法作为核心算法,带有可变块长和可变密钥长度的迭代块密码。块长和密钥长度可以分别指定成 128、192 或 256 位。假设一台一秒内可找出DES密钥的机器(如,每秒试255个密钥),如果用它来找出Rijndael的密钥,大约需要149万亿年。程序内部还使用了其它算法和符合密钥学的数据结构。多线程操作,保证加密时程序界面流畅,程序是用VS2005,C#做的,现将源程序发布在此。供初学者学习,希望对大家有所帮助。-procedures using the mos
rsa_code
- rsa算法,这里将给出一个简单加密模块的全部源程序(源代码) 至于RSA的理论网上一大把,它是基于公钥加密体制的一种算法。这个实例主要是用来将某一重要文件绑定到一个IP地址上。把它拷贝下来,存为CODE.C,然后执行 GCC –O CODE CODE.C 然后用./ CODE E [IP ADDRESS] [FILENAME]对文件进行加密。或用 ./CODE D [IP ADDRESS] 进行解密整个过程中产生了两个中间文件,至于什么文件,你去试
QQ
- 本文详细介绍了C#版的QQ程序加密算法,Luma写的
Polybios
- Polybios密码体制: 如下图所示,加密算法的规则是明文中的每个字母都用字母所在的行和列的字母代替。当然表中的字母可以换。
RSA加密和解密
- 用C#中RSACryptoServiceProvider类型,实现RSA算法的加密,和解密,用控制台实现-C# RSACryptoServiceProvider type, achieving RSA encryption, and decryption using Console
MD5加密算法(16位,32)
- MD5加密算法(16位,32位)的C#实现 -MD5 encryption algorithm (16, 32) C#
des加密解密1111
- 一个很不错的des加密解密算法,用c#开发,-a very good des encryption and decryption algorithm, using the c # development,
CSharp[AESEncryptDecrypt]
- C#编写的文件加密解密程序,使用AES加密算法,速度快,安全,不限制要输入的密钥长度,可以选择是否更改加密后文件的后缀名,界面美观-C# documents prepared by encryption and decryption procedures, the use of AES encryption algorithm, fast, safe, no restrictions on the importation of key length, you can choose whether
绘制构造等高线
- 用csharp开发的距离距离反比插值算法,用来对离散点加密,本程序是计算地质上的构造高度为目的的 我的邮箱feiyuno2@163.com-Development with csharp distance inverse distance interpolation algorithm used to encrypt the discrete points, this program is to calculate the height of geological structure on th
Encryption
- 普通的加密算法,使用c#编程语言,希望给你提供帮助-Common encryption algorithm, the use of c# Programming language, I hope to provide you with help
DES
- C#编写的DES加密算法,学信息安全的同学们可以拿去-CSharp prepared DES encryption algorithm, learning information security students can take
DES
- 通过c#来实现对称加密算法DES算法,用于网络安全-the realization of DES algorithm
FileEncryptionAndDecryption
- C#加解密文件,可以自己创建私有密钥对文件进行加密与解密,IO对称加解密操作,强度很高,无私钥与解密算法情况下可逆性几乎为零。。VS2003/VS2005下编译通过-C# file encryption and decryption, you can create your own private key to encrypt and decrypt files, IO symmetric encryption and decryption operations, a high intensit
encrypt
- 使用C#实现的几种加密算法,可以对做软件加密算法有帮助-C# encrypt algorithms
TdesEncryptExample
- 使用TripleDES加密算法对输入的字符进行加密,并输出加密后的字符串核解密后的结果-Using the TripleDES encryption algorithm to encrypt the input characters and output the encrypted string to decrypt result after the nuclear
source-code
- [数据加密]利用公开密钥密码算法,加密和解密使用不同的密钥。-[Data Encryption] the use of public key cryptography algorithm, encryption and decryption use different keys.
ExtendedEucA
- C#实现扩展欧几里得算法,加密解密算法中常用。-C# implementation of extended Euclidean algorithm, encryption and decryption algorithms commonly used.
多种加密算法工具测试
- 多种加解密工具,c#写的,可以多种编码输出。(A variety of encryption and decryption tools, written by c#, can be encoded in a variety of output.)