-
密码算法中的单向散列函数之SHA算法的C代码
密码算法中的单向散列函数之SHA算法的C代码-password algorithm for one-way hash algorithm SHA Function of C code
- 2022-02-22 10:15:44下载
- 积分:1
-
转载这里的外国函数,可以将任意字符转换为…
此为国外转载函数,可将任意字符转换为md5 16为字符加密形式,而且为不可逆转换。-reproduced here for foreign functions, arbitrary characters can be converted to 16 md5 encrypted form of characters, but also to irreversible change.
- 2022-02-14 16:21:10下载
- 积分:1
-
EXE二合一源代码!不用多说了!用tasm编译!
EXE二合一源代码!不用多说了!用tasm编译!-source code! Needless to say! With Tasm compiler!
- 2022-07-13 08:48:45下载
- 积分:1
-
快速MD5碰撞生成器,王小云改进版。这个生成器根据“构造前缀碰撞法”可以生成两个不同的文件,而这两文件的md5 sum却是一样的。
MD5 Colli...
快速MD5碰撞生成器,王小云改进版。这个生成器根据“构造前缀碰撞法”可以生成两个不同的文件,而这两文件的md5 sum却是一样的。
MD5 Collision Generator(win32 .exe)
MD5 Collision Generator(source)
-Fast MD5 collision generator, Xiaoyun Wang, improved version. The generator according to "construct the prefix collision" system can generate two different files, while the md5 sum of these two documents is the same.
MD5 Collision Generator (win32.Exe) MD5 Collision Generator (source)
- 2022-02-01 22:44:01下载
- 积分:1
-
pgp 软件源代码
pgp 软件源代码-PGP source code
- 2022-03-09 20:59:36下载
- 积分:1
-
山排序算法:基本思想:全序无序分离…
希尔排序算法:
基本思想:将整个无序序列分割成若干小的子序列分别进行插入排序。 序列分割方法:将相隔某个增量h的元素构成一个子序列。在排序过程中,逐次减小这个增量,最后当h减到1时,进行一次插入排序,排序就完成。增量序列一般采用:ht=2t-1,1≤t≤[log2n],其中n为待排序序列的长度。-Hill sorting algorithm: the basic idea: the whole sequence disorder is separated into a number of small sub-sequences respectively Insertion Sort. Sequence segmentation method: h will be separated by an incremental elements constitute a subset of sequences. In the sort process, the successive decrease of the increment, and finally reduced to one when h when an insertion sort, sort completed. Incremental sequence generally use: ht = 2t-1, 1 ≤ t ≤ [log2n], in which n is the length of sequence to be sorted.
- 2022-02-06 21:23:34下载
- 积分:1
-
a sample algorithm of rsa in langage C
a sample algorithm of rsa in langage C-a sample algorithm of rsa in langage C++
- 2023-02-04 03:10:04下载
- 积分:1
-
RSA加密算法的源代码
rsa加密算法源代码
- 2022-12-07 03:40:03下载
- 积分:1
-
Some source programs of encryption arithmetic.I don t know whether it is always...
几个密码算法的源代码,不知道有了没有~~
下的人多了就继续上传-Some source programs of encryption arithmetic.I don t know whether it is always existed or not.I will upload it if a lot of people have downloaded.
- 2022-08-05 11:56:09下载
- 积分:1
-
DES加密算法的实现和演示,具体算法见网上,程序中有注释
DES加密算法的实现和演示,具体算法见网上,程序中有注释-DES encryption algorithm and demonstrate the achievement of the specific algorithm see online, proceedings have Notes
- 2022-02-05 04:18:56下载
- 积分:1