In general we have
$$x^n - 1 = \prod_{d \mid n} \Phi_d(x)$$
where $\Phi_d(x)$ are the cyclotomic polynomials. This is the complete irreducible factorization of $x^n - 1$. Since $100^{69} = 10^{138}$ and $138 = 2 \cdot 3 \cdot 23$ this gives
$$10^{138} - 1 = \Phi_1(10) \Phi_2(10) \Phi_3(10) \Phi_6(10) \Phi_{23}(10) \Phi_{46}(10) \Phi_{69}(10) \Phi_{138}(10)$$
We have $\Phi_1(10) = 9$ and $\Phi_2(10) = 11$ which corresponds to the factor of $99$, so removing those factors gives
$$\frac{10^{138} - 1}{99} = \Phi_3(10) \Phi_6(10) \Phi_{23}(10) \Phi_{46}(10) \Phi_{69}(10) \Phi_{138}(10).$$
The next few factors are
- $\Phi_3(10) = \frac{10^3 - 1}{10 - 1} = 111 = 3 \cdot 37$
- $\Phi_6(10) = \frac{10^3 + 1}{10 + 1} = 91 = 7 \cdot 17$
and from here things get big. The next one is $\Phi_{23}(10) = \frac{10^{23} - 1}{10 - 1} = \underbrace{111 \cdots 1}_{23 \text{ times}}$ which has no more "obvious" factors. From here if you really want to do this by hand you can use the following fact:
Proposition: A prime $p$ divides $\Phi_n(x)$ if and only if $x$ has multiplicative order $n \bmod p$, and in particular $p \equiv 1 \bmod n$.
So to search for factors of $\frac{10^{23} - 1}{9}$ you can restrict your attention to primes congruent to $1 \bmod 23$, and so forth. But this isn't a big help considering how large it is. In fact it turns out to be prime but I don't know how you'd prove that by hand.
factordb.com
you can lookup if someone has done this number before. In this particular case, you are lucky: (100^69-1)/99 (id 1100000000266704887). Of course this does not tell you much about how they managed to crack the number. Integer factorization is an art. – Jeppe Stig Nielsen Oct 10 '20 at 07:06