-
系统可以显示我的CA根证书userds存储,代码参考价值。
可列出系统MY CA ROOT USERDS等存储区的证书,代码参考msdn-system can be shown MY CA ROOT USERDS storage of certificates, reference code VARIANT
- 2022-01-28 16:37:17下载
- 积分:1
-
MD5的c/c++的一个实现范例,包含MD5开发包
MD5的c/c++的一个实现范例,包含MD5开发包-MD5 of c/c++ Realize a sample, including MD5 Development Kit
- 2022-02-15 16:48:20下载
- 积分:1
-
hidden software !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
隐藏软件-hidden software !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- 2022-02-12 07:37:53下载
- 积分:1
-
沙
SHA-1Hash函数源码,可以对任何文件做Hash,得到的Hash值为160位。具有抗强碰撞,弱碰撞等能力。虽然王小云已经找到了个别碰撞。但在新的好的hash函数出来之前仍将被广泛使用。-SHA-1Hash function source, any document can be done right hash, the hash value of 160. Anti-collision, the weak capabilities of the collision. Although Bruce Schneier, had found individual collisions. But the new good hash function will be out before widespread use.
- 2023-06-21 07:50:03下载
- 积分:1
-
KEELOQ_ENcode 简单的加密程序,可惜就是没有源代码。
KEELOQ_ENcode 简单的加密程序,可惜就是没有源代码。-KEELOQ_ENcode simple encryption program, but is not the source code.
- 2023-07-13 18:30:03下载
- 积分:1
-
base64 算法,这是一个非常详细的编码和解码的过程
base64 算法,这是一个非常详细的编码和解码的过程-base64 algorithm, this is a very detailed process of encoding and decoding
- 2023-04-09 07:00:03下载
- 积分:1
-
Password Safe is a password database utility. Users can keep their passwords sec...
Password Safe is a password database utility. Users can keep their passwords securely encrypted on their computers. A single Safe Combination unlocks them all.-Password Safe Password Safe is a password database utility. Users can keep their passwords securely encrypted on their computers. A single Safe Combination unlocks them all.
- 2022-03-22 18:11:23下载
- 积分:1
-
自毁程序
鉴于单纯设置一个计数器易被查出,通过修改使其不起作用。我们设计的程序可以通过数据文件,软件执行前通过关键字找到计数基数,然后计算和判别,如果在合理范围,则设定新的关键字,将计数基数放在新关键字指定的位置,并执行子程序 则启动自毁程序。
- 2022-12-11 09:25:03下载
- 积分: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
-
MD消息摘要程序,MD5以512位分组来处理输入的信息,且每一分组又被划分为16个32位子分组,经过了一系列的处理后,算法的输出由四个32位分组组成,将这四个3...
MD消息摘要程序,MD5以512位分组来处理输入的信息,且每一分组又被划分为16个32位子分组,经过了一系列的处理后,算法的输出由四个32位分组组成,将这四个32位分组级联后将生成一个128位散列值。-MD news summary procedures, MD5 to 512 groups to deal with the importation of information and each group was divided into 16 groups of 32 seats, after a series of processing, the output from the algorithm four groups composed of 32, these four sub-32 will generate a cascade 128 the hash value.
- 2022-12-20 15:40:03下载
- 积分:1