Factorising numbers (~200 digits) methods.

119 Views Asked by At

are there any mathematical methods used to factorize huge integers(around 200 digits)? I'm doing that in Python, by the way. Also, if I ever get around a proper algorithm to do it, how much time should I expect it to run? Would i need a lot of workforce?