Category: General

Finding d in RSA.

Suppose your RSA modulus is $55 = 5 * 11$ and your encryption exponent is $e = 3$. Find the decryption modulus d. I know $d = 40-13 = 27$ However, I get $...

How ball sort puzzle works?

Ball sort puzzle is that offline game, there is also another form of this game called water sort puzzle. In the game there are n stacks containing differe...

binary-decimal primes

Converting an integer $N$ into binary and then reading the result as a base-10 number $N_2$, the prime $N=3$ gives $N_2=11$ (which is also prime) and $N=5...