-
Third
第三代移动系统中以Kasumi为内核的另一加密算法-f8算法的VC++实现-Third-generation mobile system to Kasumi for kernel-f8 encryption algorithm to another algorithm VC++ Realize
- 2022-01-27 20:14:13下载
- 积分:1
-
turecrypt6.0版本的源码,关于这款加密软件毫无疑问是顶尖之作
turecrypt6.0版本的源码,关于这款加密软件毫无疑问是顶尖之作-turecrypt6.0 version of the source, with regard to this there is no doubt that encryption software for the top
- 2022-01-26 14:19:03下载
- 积分:1
-
分组密码算法,可用于文件加密
该算法设计者是著名的华人密码学家来学嘉教授...
分组密码算法,可用于文件加密
该算法设计者是著名的华人密码学家来学嘉教授-Block cipher algorithm, can be used for file encryption algorithm designed by the famous Chinese cryptographer to Xuejia Professor
- 2023-03-08 03:20:02下载
- 积分:1
-
Find the highest (maximum) and lowest (minimum) grades in an array of 25 integer...
Find the highest (maximum) and lowest (minimum) grades in an array of 25 integer grades. Print the array and print the highest and lowest grades, labeled appropriately.-Find the highest (maximum) and lowest (minimum) grades in an array of 25 integer grades. Print the array and print the highest and lowest grades, labeled appropriately.
- 2022-03-09 14:31:23下载
- 积分:1
-
使用标准C++开发的SHA
使用标准C++开发的SHA-1算法的实现-Using standard C++ Developed SHA-1 algorithm
- 2023-09-06 15:30:03下载
- 积分:1
-
yoda s Crypter 1.2 程序及源码 yoda PE加密保护,Win32ASM源码。
yoda s Crypter 1.2 程序及源码 yoda PE加密保护,Win32ASM源码。 -Yoda s Crypter 1.2 procedures and source Yoda PE encryption protection, Win32ASM source.
- 2022-01-24 13:53:25下载
- 积分:1
-
c描述的lzw算法,完整的可以在tc下运行!
c描述的lzw算法,完整的可以在tc下运行!-c described lzw algorithm, the integrity of the tc can run!
- 2022-04-27 18:57:10下载
- 积分:1
-
验证签名 x.509 证书没有 openssl
喜如何转换质子交换膜 (DER) 文件到 asn1 结构...如何获取公共密钥从 ca 证书...和如何验证证书签署无 openssl......请给我提示和源代码
- 2022-04-22 14:32:39下载
- 积分: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
-
在 c + + 中实现 RC4 算法
首先,RC4算法生成一个“状态”,这开始为包含在订单值0-255的数组。然后该算法通过阵列迭代和周围交换的元素,基于所述键值。原始密钥然后可被丢弃,因为RC4只使用状态来创建一个伪随机密钥流,由算法选择的元素和吐出出来。密钥流的所述状态单靠额外的好处是,原来的密钥并不需要被保存在内存中。算法初始化状态。执行密钥调度算法(KSA)上的状态下,根据所输入的键(然后其可以被丢弃)。在算法选择(现炒)的状态,并将其输出作为密钥流元素。
- 2023-04-10 10:30:03下载
- 积分:1