Popular recipes by Stephen Driffill http://code.activestate.com/recipes/users/4190452/2014-07-22T16:23:39-07:00ActiveState Code RecipesSimple Cipher (Python)
2014-07-22T16:23:39-07:00Stephen Driffillhttp://code.activestate.com/recipes/users/4190452/http://code.activestate.com/recipes/578912-simple-cipher/
<p style="color: grey">
Python
recipe 578912
by <a href="/recipes/users/4190452/">Stephen Driffill</a>
(<a href="/recipes/tags/cipher/">cipher</a>, <a href="/recipes/tags/code/">code</a>, <a href="/recipes/tags/cryptography/">cryptography</a>).
</p>
<p>Takes a string and encodes it using a simple cipher.</p>