paillier-cryptosystem
There are 54 repositories under paillier-cryptosystem topic.
Koukyosyumei/AIJack
Security and Privacy Risk Simulator for Machine Learning (arXiv:2312.17667)
actuallyachraf/gomorph
Implementing Homomorphic Encryption in Golang :seedling:
adwise-fiu/Homomorphic_Encryption
Contains Packages for ElGamal, Paillier, Goldweiser-Micali and DGK Homomorphic Encryption System. Also implements secure multiplication, division and comparison.
chronarchitect/Homomorphic-Image-Encryption
Secure outsourcing of image editing to untrusted cloud environments by implementing Paillier's Homomorphic Cryptosystem and extending it to work over images. Implementing a homomorphic brightness function as proof of concept.
kunerd/jpaillier
A Java implementation of Paillier cryptosystem.
TNO-MPC/protocols.distributed_keygen
TNO PET Lab - secure Multi-Party Computation (MPC) - Protocols - Distributed Keygen
shine813/Secure-Multi-Party-Computation-Protocol
基于phe库的安全多方计算协议实现
peterstefanov/paillier
Java implementation of Paillier algorithm. This is one of the few known system that preserves additive homomorphic properties. JCA PaillierProvider follows the requirements of Java Cryptography Architecture Reference Guide for Java Platform Standard Edition 6 issued by Oracle.
BNext-IQT/GEMstone
Secure Interrogation of Genomic Databases (SIG-DB) using Homomorphic Encryption
lucasmenendez/gopaillier
Simple homomorphic encryption based on Paillier cryptosystem implementation in Go. Supports floating point numbers, addition, subtraction, multiplication and division.
DheerajKN/Homomorphic-Encryption-Project
Contains the project code to develop a Homomorphic Encryption using Databases developed in Java and swings developed on Paillier Cryptosystem
TNO-MPC/protocols.risk_propagation
TNO PET Lab - secure Multi-Party Computation (MPC) - Protocols - Secure Risk Propagation
BEATREE/AnonVote
基于Paillier的匿名投票系统前端项目,后端项目为 AnonVote-Server 与 Paillier-Server
kunerd/rpaillier
A Rust implementation of the Paillier cryptosystem
martin-kaluz/PaillierCrypto-matlab
MATLAB Class-Based Toolbox for Paillier Crypto System
TNO-MPC/encryption_schemes.paillier
TNO PET Lab - secure Multi-Party Computation (MPC) - Encryption Schemes - Paillier
10d9e/paillier.sol
Paillier homomorphic cryptosystem in Solidity
AhmedAbdelaal2001/Homomorphically-Encrypted-SIFT
A secure Image Processing pipeline based on Homomorphic Encryption, capable of performing various central tasks. Most notably, it includes matching encrypted images using the SIFT algorithm.
kaanaktas/paillier-homomorphic-encryption
Paillier Homomorphic Cryptosystem
rthandi/smartGridSimulation
An implementation of a peer to peer smart grid trading system. Utilising homomorphic encryption to allow for a semi trusted third party to carry out operations on the trading data without knowledge of private data. See more at: https://ieeexplore.ieee.org/document/9817551
srderson/paillier
Homomorphic encryption via the Paillier cryptosystem in Go. Supports addition, subtraction, multiplication, and division.
TNO-MPC/dpaillier
TNO PET Lab - secure Multi-Party Computation (MPC) - Distributed Paillier
TNO-MPC/paillier
TNO PET Lab - secure Multi-Party Computation (MPC) - Paillier
TNO-MPC/protocols.secure_comparison
TNO PET Lab - secure Multi-Party Computation (MPC) - Protocols - Secure Comparison
Zymoo/S-Vote
Proposal of end-to-end verifiable distributed voting system utilizing private Ethereum network and cryptographic algorithms. Developed as a proof of concept for a secure online voting platform.
AlexiaChen/paillier-rs
Just an implementation of Paillier Cryptosystem written in Rust.
freak2810/Banking-System-Front
This is a front end of a full stack project which implements Partial Homomorphic Encryption using Paillier's Encryption on a banking system.
kunerd/ppid3
Implementation of the "Privacy preserving ID3 using Gini Index over horizontally partitioned data" as described by S. Samet and A. Miri.
sasa116/Online-voting-sytem
Online voting system developed using django. In this votes are stored in encrypted form using paillier homomorphic encryption
thisisnotgcsar/MINOS
Realtime electronic voting system based on the Paillier homomorphic encryption scheme.
TNO-MPC/protocols.kaplan_meier
TNO PET Lab - secure Multi-Party Computation (MPC) - Protocols - Kaplan-Meier
xonoxitron/homomorphic-encryption-sandbox
A Python 🐍 Homomorphic Encryption Sandbox based on the Paillier Cryptosystem 🔐
alexazor/Encrypted-neural-network
Neural Network with encrypted weight and input
Hexalden/Haskell-Paillier-Cryptosystem
A simple implementation of the Paillier Cryptosystem in Haskell.
uN4sh/Secured-Election-System
Cryptographically secured multi-candidate election system using a treshold version of Paillier Cryptosystem and Zero-Knowledge proofs.