登录
首页 » Visual C++ » Paillier

Paillier

于 2021-03-02 发布 文件大小:4563KB
0 269
下载积分: 1 下载次数: 29

代码说明:

  Paillier加密算法的实现。产生512位大数,进行大数运算。1、产生密钥2、加密、3、解密。(Paillier encryption algorithm implementation. Produce 512 Tarsus, Tarsus operation performed. 1, 2 generates a key, encrypts, 3, decryption.)

文件列表:

Paillier
........\Paillier
........\........\2800素数.h,18792,2015-06-15
........\........\BigNumber.h,13337,2015-06-15
........\........\Debug
........\........\.....\Pailliar.Build.CppClean.log,912,2015-06-15
........\........\.....\Pailliar.exe,1090048,2015-06-15
........\........\.....\Pailliar.ilk,2776540,2015-06-15
........\........\.....\Pailliar.log,1394,2015-06-15
........\........\.....\Pailliar.obj,486623,2015-06-15
........\........\.....\Pailliar.pdb,4926464,2015-06-15
........\........\.....\Pailliar.tlog
........\........\.....\.............\CL.read.1.tlog,6014,2015-06-15
........\........\.....\.............\CL.write.1.tlog,380,2015-06-15
........\........\.....\.............\link.read.1.tlog,2272,2015-06-15
........\........\.....\.............\link.write.1.tlog,404,2015-06-15
........\........\.....\.............\Pailliar.lastbuildstate,175,2015-06-15
........\........\.....\vc120.idb,273408,2015-06-15
........\........\.....\vc120.pdb,339968,2015-06-15
........\........\Pailliar.cpp,2294,2015-06-15
........\........\Pailliar.dsp,4432,2013-10-09
........\........\Pailliar.dsw,522,2013-10-09
........\........\Pailliar.ncb,58368,2015-03-17
........\........\Pailliar.opt,53760,2015-03-17
........\........\Pailliar.plg,1485,2015-03-17
........\........\Pailliar.sdf,7667712,2015-06-15
........\........\Pailliar.sln,961,2015-05-17
........\........\Pailliar.vcxproj,6394,2015-06-04
........\........\Pailliar.vcxproj.filters,1124,2015-06-04
........\README.txt,27,2015-06-15

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

发表评论


0 个回复

  • Encrypt-your--program-by-U-disk
    修改本程序中的U盘的序列号后,程序可以变成你自己的独立的U盘启动密匙, 只能你的U盘才能打开程序 不需要往U盘中存入任何文件,就可实现用U盘加密程序.只能通过你的U盘启动你的程序 程序中有详细的注释(Encrypt your program by a soul U-disk without saving anything in you disk Modify the program, U-disk serial number, the program can become your own independent U disk key, only you can open U disk U disk does not need to deposit any file, can be achieved U disk encryption program)
    2011-09-01 16:44:59下载
    积分:1
  • ERRATA
    说明:  一个应用密码学的源代码,主要完成应用密码方面的功能。(a Cryptographic Application source code, application code to complete the function.)
    2006-04-15 13:58:12下载
    积分:1
  • daiti
    基本古典密码设计——周期为3的多表代替密码的设计和实现(Basic classical cipher design)
    2011-12-14 11:04:59下载
    积分:1
  • CMAC
    在实现AES基础上,用C编写CMAC算法并调试通过。输入数据进行CMAC验证。(In the realization of AES based on the CMAC algorithm written in C and debugging. CMAC input data validation)
    2014-01-10 16:12:49下载
    积分:1
  • ESPU
    此资料为加密芯片资料,里面有例程,是很好的资料(This data encryption chip data, there are routine, the data is good)
    2010-12-03 16:57:14下载
    积分:1
  • RSA(NTL)
    用VC6.0实现的,运用NTL大整数库实现RSA的加密和解密算法,具有较高的效率!(VC6.0 achieved by applying NTL large integer achieve RSA encryption and decryption algorithms, with high efficiency!)
    2014-04-29 13:34:16下载
    积分:1
  • DES
    VC编写的简单DES加密程序,密钥由用户手动输入,可加密字符串(VC prepared by the simple DES encryption program, the key to manually input by the user)
    2014-07-28 22:45:11下载
    积分: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
  • bl_des_test
    使用dll,将vc下进行文件加解密的blowfish方法做成dll文件,从而在vc中调用,隐藏加解密的参变量。(Using dll, under the vc the blowfish file encryption method made dll file, so call in vc, the hidden variable encryption and decryption of the parameters.)
    2010-08-30 18:56:22下载
    积分:1
  • MD5VB2010
    MD5VB2010实现MD5加密,计算机VB程序(MD5VB2010 achieve MD5 encryption, computer VB program)
    2013-12-11 09:24:32下载
    积分:1
  • 696518资源总数
  • 105133会员总数
  • 27今日下载