登录
首页 » Visual C++ » Paillier

Paillier

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

  • aes
    本程序可以实现AES16,24,32位任意长度的密码与任意长度的明文的加密与解密,并附有一实例(This procedure can achieve the AES16 24,32 password of any length and any length of plaintext encryption and decryption, with an example)
    2021-03-15 14:09:22下载
    积分:1
  • SM3,SM4_UI
    将国密算法SM3, SM4 ECB的C代码打包成dll库。 然后在C#中进行调用。 有输入输出接口,测试结果正确。 包含所有源代码,可在此基础上进一步开发(The C code of the Chinese national algorithm SM3, SM4 ECB is packaged into a dll library and then called in C# with input and output interfaces. The test result is correct. Contains all source code and can be further developed on this basis)
    2020-11-17 01:49:39下载
    积分: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
  • RSA
    C++ implementaion for RSA together with the Wiener attack. It uses NTL library for big numbers
    2009-04-22 04:54:04下载
    积分:1
  • Keeloq
    此为Keeloq算法的解密C代码,keeloq最常用于无线门锁装置。(KeeLoq is a proprietary hardware-dedicated NLFSR-based block cipher. The uni-directional command transfer protocol was designed by Frederick Bruwer, PhD, CEO at Nanoteq (Pty) Ltd)
    2020-09-08 22:48:03下载
    积分:1
  • RSA
    自己写的一份RSA算法。可正常执行。控制台程序。(Write your own copy of the RSA algorithm. Can be performed normally. Console program.)
    2013-10-21 00:34:18下载
    积分:1
  • CMAC
    利用C语言实现的cmac算法,该cmac基于AES。程序清晰有注释便于查看(The use of C language cmac algorithm, the cmac based AES. There are clear and easy to view program notes)
    2020-10-28 18:29:57下载
    积分:1
  • RSA
    RSA加密算法,实现对文字的加密,将文字转化成数字后用RSA原理进行加密(This is RSA encryption algorithm)
    2013-12-01 20:17:45下载
    积分:1
  • Windows_Password_Logger
    windows登陆密码信息拦截,获取明文口令。程序对不同系统做了处理,在2000,2003,xp,vista上都可以截取, 在2000,2003,xp中,通过UNICODE_STRING.Length 的高8位取xor key,如果密码是编码过的,则通过ntdll.RtlRunDecodeUnicodeString解码, vista则通过AdvApi32.CredIsProtectedW判断密码是否编码过,解码用AdvApi32.CredUnprotectW。(The windows Password intercept, access to the plaintext password. Processing program on a different system in 2000, 2003, xp, vista can intercept, 2000,2003, xp UNICODE_STRING.Length high eight take xor key if the password is encoded by the ntdll.RtlRunDecodeUnicodeString decoding, vista, to judge by AdvApi32.CredIsProtectedW and password whether encoding, decoding AdvApi32.CredUnprotectW.)
    2012-09-27 11:09:00下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载