PK := (n, e) = (1765937, 23755) SK := (n, d) = (1765937, 1734043)
Can someone tell me, given these keys, what is not good about them, meaning it should not be very difficult to break it?
(Except from the fact that they are very small numbers.)
PK := (n, e) = (1765937, 23755) SK := (n, d) = (1765937, 1734043)
Can someone tell me, given these keys, what is not good about them, meaning it should not be very difficult to break it?
(Except from the fact that they are very small numbers.)
As mentioned in the comments the key leads to an identity mapping, so it's a weak key.
The concern about $p,q$ being roughly the same size in bits is misplaced for a real world system. Let $N$ have size 4096 bits, as is recommended today. If $p,q$ are chosen randomly from the set of integers of size 2048 and tested for primality, they are chosen from a set of roughly $$\geq \frac{1}{2}\frac{2^{2048}}{\log(2^{2048})}\approx 2^{2036} $$ integers so the probability that a search near $\sqrt{N}$ will factor $N$ faster than the best factoring algorithm, the Number Field Sieve (see wikipedia entry ) is vanishingly small, less than $2^{-1400}.$