Simple question, Given c=$b$$e$ mod $m$, we all know finding $e$ is equivalent to solving the discrete logarithm.
But what about finding $b$ from c ; $e$ and the semi‑prime $m$ ? Is it something harder than factoring $m$ too ?
If yes as this is different from the ʀꜱᴀ problem, how to compute $b$ when $e$ is more than 128‑bits long (so not small) ? Is the possibility to set c to arbitrary values while changing prime $e$ is making things easier to get at least 1 example where $b$ is found ?
e
is a random 256‒bits prime that can only be predicted, so it can’t be small. Does this makes things simpler that $gcd(e,λ(m))≥1$ which means several solutions exists ? – user2284570 Mar 19 '24 at 17:06