# HG changeset patch # User Brian Neal # Date 1338330649 18000 # Node ID f8734f73baa8d431755e94dcd1c763e7c0eb8b3d # Parent 06720525979665362630a9d51021869ce5974e44 Update the README with an example command-line invocation. diff -r 067205259796 -r f8734f73baa8 README.txt --- a/README.txt Tue May 29 17:21:16 2012 -0500 +++ b/README.txt Tue May 29 17:30:49 2012 -0500 @@ -74,6 +74,17 @@ THEXRUSSIANSXAREXCOMINGX +Py-Enigma also includes a command-line application for processing messages. +Assuming you have a proper key file that contains the same initial settings as +the code above, the above example can be performed on the command-line:: + + $ pyenigma --key-file=keys.txt --start=WXC --text='KCH' + BLA + $ pyenigma --key-file=keys.txt --start=BLA --text='NIBLFMYMLLUFWCASCSSNVHAZ' + THEXRUSSIANSXAREXCOMINGX + +The format of the key file can be found in the documentation. + Requirements ------------