Can You Find the Prime Factors of m Using Euler's Totient Function?

  • Context: Graduate 
  • Thread starter Thread starter squire636
  • Start date Start date
  • Tags Tags
    Function
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
squire636
Messages
38
Reaction score
0
I understand that for m = pq where p and q are prime numbers, [itex]\Phi[/itex](m) = (p-1)(q-1). Is there any way that, knowing the numerical value of m and [itex]\Phi[/itex](m), we could deduce p and q, the prime factors of m?

Thanks!
 
Physics news on Phys.org
Specifically, I know that a huge number m is the product of two primes and I know [itex]\Phi[/itex](m)...but I can't figure out which primes those are and I don't want to figure it out by brute force.