Ok so this is a rather simple program that uses a shifting shift cypher to encode a message.
You pick your own numeric key of any length, type your message and the program will use a shift cypher on each letter of your message, cycling through your key for each letter of the message.
check it out.