登录
首页 » Visual C++ » Paillier

Paillier

于 2021-03-02 发布 文件大小:4563KB
0 223
下载积分: 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 个回复

  • Caesar-code
    凯撒密码作为一种最为古老的对称加密体制,在古罗马的时候都已经很流行,他的基本思想是:通过把字母移动一定的位数来实现加密和解密。例如,如果密匙是把明文字母的位数向后移动三位,那么明文字母B就变成了密文的E,依次类推,X将变成A,Y变成B,Z变成C,由此可见,位数就是凯撒密码加密和解密的密钥。个人原创。(Caesar password as one of the most ancient symmetric encryption system in ancient Rome have been very popular, his basic idea is: by the letters move a certain number of bits to achieve encryption and decryption. For example, if the key is the number of bits of plaintext letters backward move three, the plaintext letter B into a ciphertext E, and so on, X will become Y-become a B,, and Z becomes C Thus, the median is the Caesar cipher encryption and decryption keys. Personal originality.)
    2012-05-11 16:37:09下载
    积分:1
  • sqlcipher_vs2008
    支持加密Sqllite库,vs2008 + sqlite3 + sqlcipher,测试可用(Supports encryption Sqllite library, VS2008+ SQLite3+ sqlcipher, testing available)
    2020-06-26 18:00:02下载
    积分:1
  • AES-with-ECC
    本文使用ECC加密AES的密钥,再由AES加密明文内容,AES加密强度大,速度快,但是密钥更新繁琐和不安全,由强度很大的非对称密钥算法对AES密钥加密,结合了两方的优点(this programme combine the ECC with AES.using the ECC to cipher the AES key,and using the AES to cipher the m)
    2020-06-29 10:20:02下载
    积分:1
  • VB_CalculateMD5_UseWinAPI
    VB6.0调用Windows系统的API计算MD5码。这个代码跟网上流行的代码相比,具有代码简洁,维护方便,运行效率高等优点。运行速度比用纯VB6实现的快得多。(VB6.0- Call Windows system API calculate MD5 code. This code is compared with the popular online code, with code simple, easy maintenance, high efficiency. Runs faster than pure VB6 realize faster.)
    2013-10-09 18:01:23下载
    积分:1
  • Flexnet-Trusted-Storage-based_PR_TS_V11.9.1
    FlexNet Publisher 11.9.1 Trusted Storage-based Licensing Programming Reference
    2012-01-07 18:45:44下载
    积分:1
  • SeayDzend
    PHP5.2 5.3 5.4等 zend加密代码解密(PHP5.2 5.3 5.4 Zend encryption code decryption)
    2017-03-03 21:22:26下载
    积分: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
  • yinpinjiami
    基于vc++的音频加密软件的设计通过查阅资料对当今比较广泛使用的音频加密算法进行选择,并对其中的三种算法进行其性能方面的比较,找出其中加密性能较好(Audio encryption software design based on VC++through access to information is widely used for today s audio encryption algorithm to choose, and the three kinds of algorithms are compared, and its performance to find out one encryption)
    2021-02-28 17:59:36下载
    积分:1
  • DIGSILETN-PF140.514--pojie-wenjian
    PF140.514版digsilent软件的两个破解文件,按一定操作步骤即可免狗驱动,本人已在XP环境下使用,没有问题。希望对采用该软件的人有一点帮助!(Two crack file PF140.514 the version digsilent software, Free Dog certain steps to drive, I have XP environment, there is no problem. I hope the software a little help!)
    2013-03-25 16:14:16下载
    积分:1
  • RC4_DLL
    RC4解加密算法生成DLL动态库,密钥可以再程序里面写死或者外部导入!(The RC4 the Xie encryption algorithm to generate the DLL dynamic libraries, key can re-program inside hardcoded or external import!)
    2012-08-23 18:44:25下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载