搜索资源列表

  1. opes

    0下载:
  2. 关于这段时间比较新的同态加密的文献,是一篇非常有意思的文章,还是比较少见的-About this time a relatively new homomorphic encryption literature, is a very interesting article, it is quite rare
  3. 所属分类:加密解密

    • 发布日期:2024-10-21
    • 文件大小:134144
    • 提供者:包包
  1. ElGamal

    0下载:
  2. 最近看了一些同态加密方面的文章,提到了RSA和ElGamal两种具有同态性质的算法,并加以实现-Encrypt&decrypt for RAS & Elgamal
  3. 所属分类:加密解密

    • 发布日期:2024-10-21
    • 文件大小:1921024
    • 提供者:张鹏
  1. a-new-privacy-homomorphism

    0下载:
  2. 介绍了同态加密算法,并进行了仿真实验,比较的一篇文章-Homomorphic encryption algorithm is introduced, and the simulation experiment, more of an article
  3. 所属分类:加密解密

    • 发布日期:2024-10-21
    • 文件大小:178176
    • 提供者:Quincy
  1. test

    0下载:
  2. 同态加密是指对加密的数据进行处理得到一个输出,将这一输出进行解密,其结果与用同一方法处理未加密的原始数据得到的输出结果是一样的。內含新手該讀的一些經典文章-Homomorphic encryption processing of the encrypted data to obtain an output, the output of decryption, the result is the same to the output of
  3. 所属分类:加密解密

    • 发布日期:2024-10-21
    • 文件大小:6532096
    • 提供者:張天威
  1. fhe-code-lib

    1下载:
  2. 在做密码学研究中,常用到的几个大数库:gmp、mpfr、mpir、flint等都包含在压缩包内,另外附有一个关于全同态加密算法的C源代码,可以在unix下进行编译直接形成可执行文件,对刚接触全同态研究的同仁可以有比较直观的认识。另外还附有一个我个人在编译这个代码的时候,一些库安装的步骤、注意事项、文档详细介绍了整个编译成功所需要的步骤。只要认识字,就能安装步骤step-by-step的编译成功。-Doing cryptography r
  3. 所属分类:加密解密

    • 发布日期:2024-10-21
    • 文件大小:23803904
    • 提供者:
  1. fhe-code

    0下载:
  2. IMB原版的全同态加密算法,完整版,但是要自己编译库函数-IMB original full homomorphic encryption algorithm, the full version, but to compile their own library functions
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-10-21
    • 文件大小:40960
    • 提供者:JINJing
  1. libpaillier-0.8.tar

    0下载:
  2. paillier 加密系统 具有同态加密特性 主要是加法 和混合乘法同态特性-paillier encryption system has homomorphic encryption features mostly addition and multiplication with a mixed state properties
  3. 所属分类:加密解密

    • 发布日期:2024-10-21
    • 文件大小:61440
    • 提供者:綦晓伟
  1. MD5

    0下载:
  2. 全同态加密算法的初学者可以借鉴一下,已经调试过得程序,非常成功-Fully homomorphic encryption algorithm
  3. 所属分类:C#编程

    • 发布日期:2024-10-21
    • 文件大小:988160
    • 提供者:二小姐
  1. SearchableEncryption

    0下载:
  2. 云计算中的可搜索加密技术 其中数据加密采用的是全同态加密技术- U4E91 u8BA1 u7B97 u4E2D u7684 u53EF u641C u7D22 u52A0 u5BC6 u6280 u672F u5176 u4E2D u6570 u636E u52A0 u5BC6 u91C7 u7528 u7684 u662F u5168 u540C u6001 u52A0 u5
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-10-21
    • 文件大小:10240
    • 提供者:孙骁骁
  1. javallier-master

    0下载:
  2. paillier 加密系统,实现同态加密解密(paillier encryptedPaillier encryption system, the realization of homomorphic encryption)
  3. 所属分类:加密解密

    • 发布日期:2024-10-21
    • 文件大小:111616
    • 提供者:啊哈啦里
  1. FHE代码

    0下载:
  2. 同态加密的代码 源代码,同态加密过程可以用(Homomorphic encryption code)
  3. 所属分类:云计算

    • 发布日期:2024-10-21
    • 文件大小:15236096
    • 提供者:wangdahuier
  1. HElib.tar

    0下载:
  2. HElib is a homomorphic encryption algorithm for protecting the secrets
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-10-21
    • 文件大小:7943168
    • 提供者:CompassY
  1. shaih-HElib-69c7f2e

    0下载:
  2. 同态加密开源库,可实现密文计算,详情可以在github上搜索helib(Homomorphic encryption open source library, ciphertext computing can be achieved, the details can be searched on the helib GitHub)
  3. 所属分类:其他小程序

    • 发布日期:2024-10-21
    • 文件大小:1327104
    • 提供者:liuziyi
  1. HEcalc

    0下载:
  2. 一个同态加密的简单例子,可实现简单的计算,具有一定的参考价值(A simple example of homomorphic encryption, simple calculation can be achieved, with a certain reference value)
  3. 所属分类:其他小程序

    • 发布日期:2024-10-21
    • 文件大小:1024
    • 提供者:liuziyi
  1. data hiding in an image

    0下载:
  2. 全同态加密算法的初学者可以借鉴一下,已经调试过得程序,非常成功 (Fully homomorphic encryption algorithm)((Fully homomorphic encryption algorithm))
  3. 所属分类:图形图象

    • 发布日期:2024-10-21
    • 文件大小:1024
    • 提供者:jfq%252148803
  1. HElib-master

    0下载:
  2. IBM推出的新版全同态加密库HElib.里面有代码和说明文件以及相关论文。(HElib library is a fully homomorphic encryption library launched by IBM.)
  3. 所属分类:加密解密

    • 发布日期:2024-10-21
    • 文件大小:1468416
    • 提供者:xuebao24

源码中国 www.ymcn.org