The document proposes a new integer factorization method. It begins by reviewing existing factorization methods like trial division and Pollard's rho algorithm. It then introduces the proposed method, which estimates the prime factors p and q of a composite integer n as the primes nearest to 1/2(log(n)). The method is demonstrated on some examples and is argued to provide better efficiency than existing algorithms. While an improvement, the author acknowledges the method remains similar to direct search. Further analyzing trends in prime differences is suggested to seek an even faster factorization algorithm.