Mathematica can factor easily polynomials over $\mathbb{Z}/p\mathbb{Z}$ (p prime), but I'm having a hard time trying to factor the polynomial over $\mathbb{Z}/m\mathbb{Z}$ where m is a composite number. Is there any easy way to use its factorization modulus p to obtain its factorization over m?
Thanks.
For example, $1+x+x^2+x^4$ is $(x^2+7x+10)(x^2+12x+2)$ over $\mathbb{Z}/19\mathbb{Z}$
How can I factor it over $\mathbb{Z}/779\mathbb{Z}$?