CryptoCalculator
Paillier Crypto Calculator

Basic Paillier Encryption/Decryption Calculation examples. Has examples on the steps to encrypt a message and then decrypt the message for each step.

Paillier Calculate Lambda Value ( λ ) :



Paillier Calculate K Value



Paillier Calculate Mu Value ( μ ) :



Paillier Encrypt Message



Decode:

Paillier Decrypt Message




Tools to store values:

Click on input field to update/add value, or click 'Generate Random Value'
DescriptionValueInputEdit InputGenerate Random ValueClear Field
maximum set value[ max ]
[P] value[ p ]
[Q] value[ q ]
[N] Generate from p and q values[ n ]
[G] Generated from n value[ g ]
[R] Value[ r ]
[M] message to encode[ m ]


Checkout the original site with mostly functional formulas:

Visit Original Site