I want to be able to write this on the command line:
$ crypt.py e matrix.txt input.txt output.txt
where:
crypt.py is the program that encodes/decodes messages
e tells the program I want to encode (d would be decode)
matrix.txt is a file containing the matrix I'm using to encode/decode
input.txt is the file I want to encode/decode
output.txt is the output file with the encoded/decoded message
Sort of like what compilers do... is it doable?
This post has been edited by carnivroar: 25 July 2012 - 02:09 PM

New Topic/Question
Reply



MultiQuote





|