资源列表
[加密解密] Encryptionanddecryptionalgorithmsourcecode
说明:很强的Java加密解密算法源码,适合新手-Strong Java source code encryption and decryption algorithm<lisheng> 在 2025-07-08 上传 | 大小:36kb | 下载:0
[加密解密] 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<范小饭> 在 2025-07-08 上传 | 大小:187kb | 下载:0
[加密解密] 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.<yilujie> 在 2025-07-08 上传 | 大小:1kb | 下载:0
[加密解密] Keyencryptionalgorithm
说明:Java中的Blowfish对称密钥加密算法类和实例-Java in the Blowfish symmetric key encryption algorithm classes and instances<lisheng> 在 2025-07-08 上传 | 大小:15kb | 下载:0
[加密解密] Encryptionalgorithm
说明:用Java加密类实现DES、RSA及SHA的加密算法-Java class that implements encryption using DES, RSA and SHA encryption algorithm<lisheng> 在 2025-07-08 上传 | 大小:54kb | 下载:0
[加密解密] DES
说明:DES算法的实现与改进,DES 使用一个 56 位的密钥以及附加的 8 位奇偶校验位,产生最大 64 位的分组大小。这是一个迭代的分组密码,使用称为 Feistel 的技术,其中将加密的文本块分成两半。使用子密钥对其中一半应用循环功能,然后将输出与另一半进行“异或”运算;接着交换这两半,这一过程会继续下去,但最后一个循环不交换。DES 使用 16 个循环,使用异或,置换,代换,移位操作四种基本运算。 数据加密算法 -DES algorithm implementation and impro<范小饭> 在 2025-07-08 上传 | 大小:1.26mb | 下载:0