import supercrypto plaintext = 'Testing 1 2 3' s1 = supercrypto.encrypt(plaintext) print 'Encrypted text =', s1 s2 = supercrypto.decrypt(s1) print 'Decrypted text =', s1