A simple python GUI program that encrypts and decrypts a string with a password.
usage: write the text to process in the top box, and the password in the second one. click the corresponding button to encrypt or decrypt.
warning: the algorithm used is absolute trash, and should NOT be used to save important data, as decoding it is pretty easy.
user discretion is advised.