Popular recipes tagged "cipher" but not "python"http://code.activestate.com/recipes/tags/cipher-python/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>
Cryptogram (Python)
2010-04-21T22:09:55-07:00Michael Tobishttp://code.activestate.com/recipes/users/4173740/http://code.activestate.com/recipes/577205-cryptogram/
<p style="color: grey">
Python
recipe 577205
by <a href="/recipes/users/4173740/">Michael Tobis</a>
(<a href="/recipes/tags/cipher/">cipher</a>, <a href="/recipes/tags/game/">game</a>, <a href="/recipes/tags/maketrans/">maketrans</a>).
Revision 2.
</p>
<p>Some flexible substitution cryptogram encryption/decryption tools and a cipher generator.</p>