-
tea c加密算法源码,希望对大家有所帮助。
tea c加密算法源码,希望对大家有所帮助。-tea c encryption algorithm source code, and they hope to be helpful to everyone.
- 2022-01-28 21:54:08下载
- 积分:1
-
与受信任的数据库 & 电子邮件共享项目状态
< 跨度 style="font-size:14.0pt;line-height:115%;font-family:""> weposit,有利安全数据库 leveragingserver-身边值得信赖的硬件可以建一个羽翼丰满,隐私和在 commonserver 硬件上运行成本 (现有或未来) 的任何已启用加密的私人数据处理的一小部分。
- 2022-03-03 18:33:38下载
- 积分:1
-
houfangjiaohui
空间后方交会,摄影测量学的重要程序,通过共线方程解算加密点,是摄影测量学的经典算法(Space Resection the photogrammetry important program through the collinear equation solver encryption point photogrammetry classical algorithm)
- 2013-03-21 20:36:30下载
- 积分:1
-
CRC的算法分析和实现
CRC的算法分析和实现-CRC algorithm analysis and the realization
- 2022-04-15 17:38:11下载
- 积分:1
-
数据加密标准 (DES) 关键时间表
此代码提供关键时间表中的数据加密标准 (DES),这是生成子密钥的算法的实现的。
• 输入: (长度 (64 位) 的任何字符串。
• 输出: 16 子键产生的 DES (每个 48 位长度)。
如何使用它:
1.>> K = DES_KeyScheduling %会创建一个类 "DES_KeyScheduling" 的对象。
2.>> K.KEY_STRING = "密码" %设置的加密密钥值。
3.>> K.printPC2() %打印输出的置换选择 2 (PC-2) (也称为 x 16 48 及其子键) 无压痕。用来调用函数 1 "K.printPC2(1)" 要输出带缩进值。
- 2023-08-24 20:00:03下载
- 积分:1
-
sha256_demo
SHA256源代码,经过性能优化,含有测试用例(SHA256 source code, through the performance optimization, containing test cases)
- 2021-04-27 21:38:44下载
- 积分:1
-
大数计算在公钥加密中起到了重要的作用,如何操作大数呢,该程序也许能帮你解决这个问题有所帮助。...
大数计算在公钥加密中起到了重要的作用,如何操作大数呢,该程序也许能帮你解决这个问题有所帮助。-calculated in the end, the public key encryption plays an important role in the operation of large numbers do, the program may be able to help you resolve this problem some help.
- 2023-08-04 22:25:02下载
- 积分:1
-
5
说明: 基于MD5的文件完整性检测程序,共包含4个文件:md5.h、md5.cpp、test.cpp、nankai.txt。编译:命令行模式下,切换到代码所在目录,输入make后回车即可。(The file integrity testing program based on MD5 contains 4 files: md5.h, md5.cpp, test.cpp, nankai.txt. Compile: In the command line mode, switch to the directory where the code is located, enter make, and press Enter.)
- 2020-06-22 10:17:11下载
- 积分:1
-
Packers-prepare-yourself-of-VC
自己动手写加壳程序,按照文档一步一步来,做你自己的加壳程序!(Packers to write himself, according to the document step by step, do your own packers!)
- 2013-11-18 20:15:44下载
- 积分:1
-
SHA
功能不全,安全哈希算法(Secure Hash Algorithm)主要适用于数字签名标准 (Digital Signature Standard DSS)里面定义的数字签名算法(Digital Signature Algorithm DSA)。对于长度小于2^64位的消息,SHA1会产生一个160位的消息摘要。当接收到消息的时候,这个消息摘要可以用来验证数据的完整性。在传输的过程中,数据很可能会发生变化,那么这时候就会产生不同的消息摘要。 SHA1有如下特性:不可以从消息摘要中复原信息;两个不同的消息不会产生同样的消息摘要。(To achieve encryption)
- 2020-12-05 20:19:22下载
- 积分:1