A tool to do some xor analysis:
guess the key length (based on the count of equal chars)
guess the key (based on knowledge of most frequent char)
Notice: xortool is now only running on Python 3. The old Python 2 version is accessible at the py2 branch. The pip package has been updated.
Source code and additional information may be found here: https://github.com/hellman/xortool