-
把信息隐藏到图片中,比加密更安全
把信息隐藏到图片中,比加密更安全-hidden message to the pictures, more secure encryption
- 2022-05-23 17:37:01下载
- 积分:1
-
Java Cryptography and source code
Java Cryptography and source code
- 2022-06-20 08:23:42下载
- 积分:1
-
窃取邮箱密码的程序
窃取邮箱密码的程序-theft of mail password procedures
- 2022-12-15 21:05:03下载
- 积分:1
-
JS做的MD5加密算法,可以直接在网页上对您要加密的信息进行MD5加密...
JS做的MD5加密算法,可以直接在网页上对您要加密的信息进行MD5加密-JS to do the MD5 encryption algorithm, can be directly on the page you want to encrypt the information MD5 encryption
- 2022-03-26 13:45:46下载
- 积分:1
-
防止用DeDe软件反编译delphi程序
防止用DeDe软件反编译delphi程序-preventing anti-software compiler delphi procedures
- 2022-02-06 00:02:28下载
- 积分:1
-
这个是RSA密钥对生成器,使用RSA EURO
这个是RSA密钥对生成器,使用RSA EURO-This is the RSA key pair generator, the use of RSA EURO
- 2022-03-04 13:00:54下载
- 积分:1
-
笔者长期从事移动通信系统的无线链路调制与解调、物理层实现方面的工作。在移动通信GSM系统中,我们进行语音或者业务信道解调时,都会遇到CRC的求解。通常在硬件DS...
笔者长期从事移动通信系统的无线链路调制与解调、物理层实现方面的工作。在移动通信GSM系统中,我们进行语音或者业务信道解调时,都会遇到CRC的求解。通常在硬件DSP实现时,特别是40位CRC求解时候,由于生成多项式有41项,DSP最大一次能处理40位,所以使用单个寄存器会遇到一些困难,那么以下这个程序将会解决这一困难(这是针对定点DSP、C55xx的编程实现方法)。-The author has long been engaged in mobile communication system modulation and demodulation of wireless links, the physical layer to achieve work. GSM in the mobile communications system, we have a voice or channel demodulation operations, it will encounter the solution of CRC. DSP hardware usually realize, especially when solving the 40 CRC, as the generation polynomial has 41, DSP can handle the largest 40, so using a single register may encounter some difficulties, then following this process will solve this One difficulty (which is for fixed-point DSP, C55xx realize programming methods).
- 2022-06-18 05:18:56下载
- 积分:1
-
分别使用VC和VB写的MD5加密算法
分别使用VC和VB写的MD5加密算法-MD5 encrypting algorithm which writed in VC and VB
- 2022-06-12 23:00:31下载
- 积分: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
-
md5是常用的加密算法,但是在vc中没有系统的类可以用。本程序完成了md5类,使用简单。不是国内网上流传的类。...
md5是常用的加密算法,但是在vc中没有系统的类可以用。本程序完成了md5类,使用简单。不是国内网上流传的类。-md5 is a commonly used encryption algorithm, but in vc no class system can be used. This procedure was completed md5 categories, using a simple. Rather than domestic circulating online class.
- 2023-06-24 19:00:04下载
- 积分:1