-
rsa
rsa 实现代码,运用大数算法#include "afx.h"
#include "Integer.h"
#include <string>
#include <iostream>
using namespace std
//构造大数对象并初始化为零
CInteger::CInteger()
{
m_nLength=1
for(int i=0 i<BI_MAXLEN i++)m_ulValue[i]=0
}
//解构大数对象
CInteger::~CInteger()
{
}
/*大数比较
调用方式:N.Cmp(A)
返回值:若N<A返回-1;若N=A返回0;若N>A返回1
*/
int CInteger::Cmp(CInteger& A)(#include "afx.h"
#include "Integer.h"
#include <string>
#include <iostream>
using namespace std
//构造大数对象并初始化为零
CInteger::CInteger()
{
m_nLength=1
for(int i=0 i<BI_MAXLEN i++)m_ulValue[i]=0
}
//解构大数对象
CInteger::~CInteger()
{
}
/*大数比较
调用方式:N.Cmp(A)
返回值:若N<A返回-1;若N=A返回0;若N>A返回1
*/
int CInteger::Cmp(CInteger& A))
- 2012-05-16 11:09:35下载
- 积分:1
-
file_encrypt
可以实现文件加密功能的小软件源码,是学习文件操作和指针应用的好例程。(Can achieve a small file encryption software source code, is to learn the application file operations and pointers good routines.)
- 2013-08-29 14:03:16下载
- 积分:1
-
d2
说明: 利用HASH(采用sha-1算法)算法原理,设计数字签名的水印算法,完成嵌入、(提取)验证,(Use HASH (using sha-1 algorithm) algorithm, design of watermarking algorithms digital signature to complete the embedding, (extract) authentication,)
- 2009-06-12 18:25:07下载
- 积分:1
-
使用Windows加密API的例子
使用Windows加密API的例子-Example for using windows api of encrypting
- 2022-03-12 20:43:50下载
- 积分:1
-
md5
MD5是一种被广泛使用的“消息-摘要算法”。实际上就是一个单项散列函数。(MD5 is a widely used " message- digest algorithm." Is actually a single hash function.)
- 2010-12-27 16:26:46下载
- 积分:1
-
多种加密的算法的集合,有DES,RSA等等,有的是用C写的,也用是用VC++写的。很实用!...
多种加密的算法的集合,有DES,RSA等等,有的是用C写的,也用是用VC++写的。很实用!-variety of encryption algorithms to assemble, DES, RSA, etc., some written in C, is also used to write the VC. Very practical!
- 2023-02-13 04:10:03下载
- 积分:1
-
ECC_TEST
椭圆曲线(ECC)算法是一种公钥算法,它比流行的RSA算法有很多优点:
1)安全性能更高 , 如160位ECC与1024位RSA、DSA有相同的安全强度。
2)计算量小,处理速度快, 在私钥的处理速度上(解密和签名),ECC比RSA、DSA快得多。
3)存储空间占用小 ECC的密钥尺寸和系统参数与RSA、DSA相比要小得多, 所以占用的存储空间小得多。
4)带宽要求低。(OPENSSL ECC
EC_get_builtin_curves
EC_GROUP_new_by_curve_name
EC_KEY_generate_key)
- 2020-11-24 22:59:33下载
- 积分:1
-
mimi
图像加密与密写技术,很强悍的!现在很需要这种东西的哦(密写哦!!!!!!)
- 2009-06-05 11:37:21下载
- 积分:1
-
MD5生成器,可以生成字符串或文件的MD5值
MD5生成器,可以生成字符串或文件的MD5值-MD5 Generator can generate the MD5 string or document the value of
- 2023-04-30 22:10:03下载
- 积分:1
-
我写的利用IDEA算法的加密程序,并含文件切割和合并功能。
我写的利用IDEA算法的加密程序,并含文件切割和合并功能。-I write using IDEA algorithm encryption procedures, and documents containing cutting and consolidation functions.
- 2022-01-25 18:02:42下载
- 积分:1