资源列表
md5
- MD5是一种被广泛使用的“消息-摘要算法”。实际上就是一个单项散列函数。-MD5 is a widely used " message- digest algorithm." Is actually a single hash function.
RSA
- C ++ program for RSA algorithm
Encryptionanddecryptionalgorithmsourcecode
- 很强的Java加密解密算法源码,适合新手-Strong Java source code encryption and decryption algorithm
md5
- MD5算法的实现以及分析,主循环有四轮(MD4只有三轮),每轮循环都很相似。第一轮进行16次操作。每次操作对a、b、c和d中的其中三个作一次非线性函数运算,然后将所得结果加上第四个变量,文本的一个子分组和一个常数。再将所得结果向右环移一个不定的数,并加上a、b、c或d中之一。最后用该结果取代a、b、c或d中之一。-MD5 algorithm implementation and analysis, the main loop there are four rounds (MD4 only thr
wenjianjiami
- 实现了文件加密,输入要加密的文件的所在路径及名称,再输入密码,最后输入加密后的文件要存储的路径及名称。-Implement file encryption, enter the path where the encrypted file and the name, then enter the password, and finally enter the encrypted file to store the path and name.
Keyencryptionalgorithm
- Java中的Blowfish对称密钥加密算法类和实例-Java in the Blowfish symmetric key encryption algorithm classes and instances
Encryptionalgorithm
- 用Java加密类实现DES、RSA及SHA的加密算法-Java class that implements encryption using DES, RSA and SHA encryption algorithm
ECCApp
- 使用java实现椭圆加密文件,并在服务器和客户端安全传输解密后的文件。-Using Java language to realize the ECC encryption of important files, and transport them from server to client.
select
- 这是一个简单的加密文件,可以实现简单的加密功能。-failed to translate
DES
- DES算法的实现与改进,DES 使用一个 56 位的密钥以及附加的 8 位奇偶校验位,产生最大 64 位的分组大小。这是一个迭代的分组密码,使用称为 Feistel 的技术,其中将加密的文本块分成两半。使用子密钥对其中一半应用循环功能,然后将输出与另一半进行“异或”运算;接着交换这两半,这一过程会继续下去,但最后一个循环不交换。DES 使用 16 个循环,使用异或,置换,代换,移位操作四种基本运算。 数据加密算法 -DES algorithm implementation and impro
beibaosuanfa
- 简单的小程序实现背包加密算法,程序也是从网上找的,没有测试过,希望能对你有所帮助-failed to translate
525265225455442rsa
- C++实现RSA加密解密,非常好,引用学习-C++ and RSA
