-
基于FPGA的crc设计,有一定的参考价值,写的比较详细
基于FPGA的crc设计,有一定的参考价值,写的比较详细-CRC FPGA-based design, has a certain reference value, a more detailed written
- 2022-03-05 23:56:20下载
- 积分:1
-
加密算法源代码DES&RSA
加密算法源代码DES&RSA-encryption algorithm source code DESRSA
- 2022-03-21 05:05:26下载
- 积分:1
-
base64.pas
单位基数64;
- 2022-04-20 23:11:00下载
- 积分:1
-
elgamal 签名
应用背景专注于满足安全问题结合RSA算法和对称密钥加密的基础上增强ElGamal算法数字签名方案。该方案是通过合并整数因子分解问题和离散对数问题。由于它提供了更好的计算速度和吞吐量比现有的rsa-elgamal算法。关键技术 ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ;及 ; ; ; ; ; ; ; ; ; ; ; ; ;提出的方案ElGamal型方案,使它的重点从原来的方案不同生成和加密解密过程。在这种技术中我们使用了两个单独的文件,用于加密文件和二签署消化消息。我们使用对称密钥加密增强ElGamal密码
- 2022-03-18 23:07:16下载
- 积分:1
-
一个密钥盘生成程序
一个密钥盘生成程序-a key-generating program
- 2023-07-29 16:05:03下载
- 积分:1
-
桌面锁定工具。非常简便
桌面锁定工具。非常简便-lock desktop tools. Very simple
- 2022-07-02 11:21:05下载
- 积分:1
-
用VB实现的DES加密算法,适合于小型VPN的明文加密传输
用VB实现的DES加密算法,适合于小型VPN的明文加密传输-the DES encryption algorithm, suited to the small expressly VPN encryption transmission
- 2022-08-15 09:32:48下载
- 积分:1
-
RSA算法的实现,大家可以参考看看,用C实现
RSA算法的实现,大家可以参考看看,用C实现-RSA algorithm, we can reference to see, using C to achieve
- 2022-06-17 12:45:36下载
- 积分:1
-
/* RSA Demo 1.0 版 * 版权所有 (C) 2004 赵春生 * 2004.04.25 * http://timw.yeah.net * http...
/* RSA Demo 1.0 版 * 版权所有 (C) 2004 赵春生 * 2004.04.25 * http://timw.yeah.net * http://timw.126.com * 本程序调用Miracl ver 4.82大数运算库,详见其附带手册。 * P,Q,N,D,E使用RSATool2生成。 */ 编译提示: 一:将Project-Settings-Settings For(All Configuration)-C/C++中Category项的 Precompiled Headers设置成:Automatic use of precompiled headers(图1)。 二:将ms32.lib添加到工程中(图2)。 三:MIRACL是C库。 extern "C" { #include "miracl.h" #include "mirdef.h" } #pragma comment( lib, "ms32.lib" )-/* RSA Demo version 1.0* Copyright (C) 2004 Zhao Chunsheng 2004.04.25*** http://timw.126.com http://timw.yeah.net* The procedures called Miracl ver 4. The majority of computing for 82, as detailed in its fringe manual.* P, Q, N, D, E use RSATool2 generation.*/Compiler Tip : 1 : Project-Settings- Settings For (All Configuration)- C/C Category, of OO Headers set : Automatic use of precompiled headers (Figure 1). 2 : ms32.lib added to the project (Figure 2). 3 : MIRACL C library. Extern "C" (# include "miracl.h"# include "mirdef.h")# pragma
- 2023-01-22 15:25:03下载
- 积分:1
-
DES/Triple DES IP Cores
Motivation
- A simple DES core
- Fast and Small Version
- Open Source
Compatibility
I believe that the core complies to NIST-800-17. However, there has been no formal third party verification. The official NIST specification can be downloaded here: 800-17.pdf. For the Triple DES, the NIST reference is located here:
- 2022-02-24 11:06:34下载
- 积分:1