paillier-cryptosystem
There are 55 repositories under paillier-cryptosystem topic.
mohammedjasam/Secure-Data-Analysis
Coursework
4rius/APP_PSI
Aplicación Android para levantar un nodo en una red descentralizada con el objetivo de probar criptosistemas y protocolos de PSI
adey99/Paillier_add_homo
Implementation of Additive Homomorphic Encryption Using Paillier Cryptosystem
crypto-keys-unlocked/safe_paillier_rust
An implementation of the Paillier cryptosystem with homomorphic properties, leveraging Rust's type system and safety guarantees.
freak2810/Banking-System-API
This is an API of a full stack project which implements Partial Homomorphic Encryption using Paillier's Encryption on a banking system.
FrederickGeek8/libpaillier
C++ Library for the Paillier homomorphic cryptosystem. Don't roll your own crypto and don't trust anyone who has (including me).
helicene-inc/SwiftPaillier
An implementation of Paillier's homomorphic encryption in Swift. This implementation seeks to align with the Rust crate `rust-paillier` implementation such that encryption/decryption-keys, ciphertexts and other functionality can be used interchangeably between the two libraries.
hoacin/ChessRatings
Machine learning training project for both classification and regression. I tested privacy preserving predictions with linear regression using paillier cryptosystem too.
Peeyusha3/crypto-files
paillier encryption files
TNO-MPC/protocols.secure_inner_join
TNO PET Lab - secure Multi-Party Computation (MPC) - Protocols - Secure Inner Join
hicolour/saillier
Proof-of-concept implementation of the Paillier homomorphic encryption scheme
Ilia-Abolhasani/homomorphic-encryption
This repository is dedicated to practicing homomorphic encryption techniques, specifically focusing on the implementation of the Paillier method. It is intended for educational purposes and aims to facilitate learning and exploration of this cryptographic approach.
noot/go-paillier
implementation of the Paillier cryptosystem
pranav-deo/Paillier-HME-filters-for-images
Course project for CS-416 (M) at IIT Bombay
SeanAtho/RMIT-Security-in-Computing-and-IT-PaillierCrypto-Enhancement
Enhanced implementation of the Paillier Cryptosystem, developed as part of the RMIT University's Security in Computing and IT course. This repository includes a well-documented and optimized Java application for Paillier encryption and decryption, adhering to Java coding standards and best practices.