12-05-2009, 08:49 AM
Wow nice A customizable encryptor/decryptor. You should make a module out of this so people can encrypt thing's in their programs however they want. Like
(could be x.encrypt not really sure)
That way they can make their own encryptions and then be able to use it effectively in their programs.
Code:
from encrypt import *
x = raw_input('Input something')
encrypt.x
That way they can make their own encryptions and then be able to use it effectively in their programs.