Given $5^b\equiv 2345[2^{12}]$ for some positive integer $b$. Also, given order of $2345$ modulo $2^{12}$ is $2^9$ and order of $5$ modulo $2^{12}$ is $2^{10}$. We are to find $b$.
What I tried is the following. We know if $a$ be a group element of finite order then $|a^d|=\frac{|a|}{gcd(|a|,d)}$. According to this, $$2^9=|2345|=|5^b|=\frac{|5|}{\gcd(|5|,b)}=\frac{2^{10}}{\gcd(2^{10},b)}$$ which gives $b=2$ only. But this is absurd, since $5^2\not\equiv 2345[2^{12}]$. Where did I do wrong ?