The cipher text is wqlizYbFyjOp95Bt.ViLWHhEBx2 N=7231645985673347207280720222548553948759779729581 e=3 d=4821097323782215625692549251331855329314609896043 where d is the private key How do i solve this?
2026-03-25 09:32:40.1774431160
Decrypting RSA cipher text when given N e and d
7.4k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Your ciphertext was
wqlizYbFyjOp95Bt.ViLWHhEBx2using the 64-base alphabet (from the comments; it should have been part of the question!)abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-You can write functions to convert strings to numbers and numbers back to strings, e.g. using Python:
and
So your ciphertext string represents the number
c=2032648950572077788772410497891338100431128212982which is indeed $< N$ whereN= 7231645985673347207280720222548553948759779729581Decryption in RSA is exponentation by $d$ modulo $N$: $m=c^d \bmod{N}$ and this gives the number $m=49409962907892021177240969231692222477$.
Converting back to the base again to get a textual representation we get
toBase(m) = Llanbedr-Pont-Steffanwhich seems to be the Welsh name for Lampeter