登录
首页 » Visual C++ » sign

sign

于 2020-07-03 发布 文件大小:88KB
0 207
下载积分: 1 下载次数: 8

代码说明:

  对于ECC 进行加密解密运算,这里主要是ECDSA的签名(For ECC encryption and decryption operations, where mainly ECDSA signature)

文件列表:

ecc_sign.cpp,20773,2009-07-10
generate_ecc.cpp,18710,2009-07-09
MathLib.lib,369776,2005-01-25
my_ecc.cpp,20773,2009-07-10
my_ecc.dsp,3441,2009-06-25
my_ecc.dsw,537,2009-06-25
my_ecc.ncb,50176,2009-07-10
my_ecc.opt,53760,2009-07-10
my_ecc.plg,1140,2009-07-10
tommath.h,16673,2004-01-06
tommath_class.h,19875,2004-01-06
tommath_superclass.h,2184,2004-12-30

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ECCCBuilder
    说明:  ECC实现加密解密功能,系统参数的生成!(ECC to achieve encryption and decryption functions, system parameter generation!)
    2010-03-28 18:27:24下载
    积分:1
  • GOSTjiamijiemi
    GOST加密解密程序,源代码是在控制台下的,我只是把他改写成MFC了。方便操作。加密解密高手可以绕过。(The GOST encryption and decryption procedures, the source code is under the console, I just put him rewrite the MFC. Easy to operate. Encryption and decryption master can be bypassed.)
    2013-04-27 18:02:25下载
    积分:1
  • cipher
    说明:  使用维吉尼亚密码进行控制台编程,实现对英文文本文件的加解密!(Virginia password using the console program, to achieve the English version of the document encryption and decryption!)
    2008-10-08 13:41:00下载
    积分:1
  • wugacsp 非对称钥的生成、导入、导出、
    这两个工程主要用CSP 1、CSPTEST 写的比较乱 主要是给当时一个朋友做参考调用的 完成非对称密钥的生成、导入、导出、加密、解密、对称的加密解密、签名、验证。 2、CSTTEST2 写的比前个好些,但是平时上班,下班自己也要写论文,所以花的时间也不太多,很多地方都偷懒了。比如文件大小我没有用NEW 而且指定了1024 有需要的朋友可以自己修改。这个工程主要是非对称的密钥的导出和导入,还有就是会话密钥的操作。(these two works mainly with a CSP. CSPTEST comparison was made mainly to the chaos when a friend called to refer to the completion of the non-symmetric key generation, importing and exporting, encryption, decryption, symmetric encryption and decryption, signature, the certification. 2, CSTTEST2 write better than in the previous months, but usually go to work and finish their own toilet paper so I spent the time is not too much, all of the lazy. For instance, file size I have not used the NEW 1024 and designated a need to amend their friends. The project mainly non-symmetric keys to the Export and Import, there is the session key operation.)
    2020-06-27 10:00:02下载
    积分:1
  • AES_CMAC
    通过C语言实现的AES CMAC加密和解密算法。上传文件为完整的VC6工程目录。AES加密算法即密码学中的高级加密标准(Advanced Encryption Standard,AES),又称Rijndael加密法,是美国联邦政府采用的一种区块加密标准。这个标准用来替代原先的DES,已经被多方分析且广为全世界所使用。经过五年的甄选流程,高级加密标准由美国国家标准与技术研究院 (NIST)于2001年11月26日发布于FIPS PUB 197,并在2002年5月26日成为有效的标准。AES 算法基于排列和置换运算。排列是对数据重新进行安排,置换是将一个数据单元替换为另一个。AES 使用几种不同的方法来执行排列和置换运算。 AES 是一个迭代的、对称密钥分组的密码,它可以使用128、192 和 256 位密钥,并且用 128 位(16字节)分组加密和解密数据。与公共密钥密码使用密钥对不同,对称密钥密码使用相同的密钥加密和解密数据。通过分组密码返回的加密数据的位数与输入数据相同。迭代加密使用一个循环结构,在该循环中重复置换和替换输入数据。(AES CMAC encryption and decryption algorithm C language. VC6 upload files to complete the project directory . AES encryption algorithm that is Cryptography Advanced Encryption Standard (Advanced Encryption Standard, AES), also known as Rijndael encryption method, a block encryption standard adopted by the U.S. federal government . This standard is used to replace the original DES, has been widely analyzed and multi used around the world . After five years of the selection process , the Advanced Encryption Standard by the American National Institute of Standards and Technology (NIST) on November 26, 2001 Posted in FIPS PUB 197, and May 26, 2002 became effective standards . AES algorithm based on permutation and substitution operations. Data re- arrangement is arranged , is replaced with a replacement unit of data to another . AES using several different methods to perform alignment and replacement operations. AES is an iterative , symmetric key block password , it can use 128, 192, and )
    2021-03-11 19:09:25下载
    积分:1
  • affine1
    仿射 suanfa daima 加密 解密(affine suanfa daima affine )
    2010-09-02 03:36:51下载
    积分:1
  • Hash
    MD5加密算法,实现报文认证!!运算速度快,兼容性好(MD5 encryption algorithm, message authentication realize! ! Computing speed, better compatibility)
    2008-07-05 00:29:14下载
    积分:1
  • 1111867176399d9765chaios
    加密程序,很好用。亲自验证,完全正确。希望下载。(we can add and unadd a picture correctly.welcom to download.)
    2012-05-17 12:06:01下载
    积分:1
  • chaos
    针对Logistic映射,实现数字图像迭代混沌加密算法()
    2007-08-06 22:30:58下载
    积分:1
  • sha-256
    sha256的签名算法,纯C实现,已验证正确,在控制台上直接运行即可,(sha256 signature algorithm, pure C implementation ,has been verified properly and can be run directly on the console.)
    2021-04-28 16:08:43下载
    积分:1
  • 696516资源总数
  • 106642会员总数
  • 12今日下载