Any positive integer (≠1) can be expressed as a product of primes. This expression is unique except for the order in which the primes occur.
Thus, any positive integer n(≠1) can be written uniquely as:
pα11, pα22,…, pαrr,
where p1, p2,…, pr are primes, satisfying p1<p2<⋯<pr, and α1, α2,…, αr are positive integers. This is the prime decomposition of n, for example 360=23×32×5. Note this decomposition would not be unique if 1 were considered a prime number. Prime factorization of large integers is computationally difficult and so commonly used in cryptography. See unique factorization domain.