hardbyte / paillier.js

A library for Partially Homomorphic Encryption in Javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

paillier.js

A pure javascript implementation of python-paillier.

Currently relies on jsbn and crypto.

Build Status

What is done?

Paillier

The homomorphic properties of the paillier crypto system are:

Encrypted numbers can be multiplied by a non encrypted scalar. Encrypted numbers can be added together. Encrypted numbers can be added to non encrypted scalars.

About

A library for Partially Homomorphic Encryption in Javascript


Languages

Language:JavaScript 100.0%