Is there a convenient way to compute $5^{5^{5^{5^{5}}}}$ mod $100000=10^5$ using elementary number theory? I tried to find some similar questions, for example the followings: Computing $7^{13} \mod 40$, Computing $22^{201} \mod (30)$, Modular exponentiation by hand ($a^b\bmod c$)
But I think the methods in the links are not suitable in this case. Any hints?