In the case of a cipher string with no key known, a brute force attack can be used to determine what the plain text is.
Since the cipher must maintain the alphabet order, just shifted by N, we know that there can only be 25 possible keys making it trivial to produce all possible plain text combinations.
For more information: Caesar cipher @ Wikipedia