RSA cryptosystem is mainly based on the multiplicative feature of Euler’s totient function. In this blog post, we embark on … More
Tag: rsa
A Step by Step Partially Homomorphic Encryption Example with RSA in Python
In the field of cryptography, homomorphic encryption is a powerful technique that enables computations to be performed on encrypted data … More
The Math Behind RSA Algorithm
RSA is still the most common public key algorithm in cryptography world. Even though, applying the algorithm is very easy, … More
Unofficial Guide to Fermat’s Little Theorem
Fermat contributes construction of modern math with well known theorems. Today, we are going to mention the little one. This is … More
Moving Numbers To Upside Down: Extended Euclidean Algorithm
You might be familiar with the upside down if you watched Netflix series Stranger Things. Eleven shows the underside of … More
Signing Contents Digitally: An Email Implementation
“I was happy when I design my own signature. Also, deciding to put my signature under this job makes me … More
Exchanging Encrypted Mails
2016 released Snowden is a biographical movie fictionalised life story of Former NSA employee Edward Snowden. The movie reveals illegal surveillance techniques of the government organization. Also, … More