Popular recipes tagged "encryption_decryption" but not "hiding"http://code.activestate.com/recipes/tags/encryption_decryption-hiding/2013-06-03T17:52:24-07:00ActiveState Code RecipesCaesar Ciphers Program in Python (Python)
2013-06-03T17:52:24-07:00Captain DeadBoneshttp://code.activestate.com/recipes/users/4184772/http://code.activestate.com/recipes/578545-caesar-ciphers-program-in-python/
<p style="color: grey">
Python
recipe 578545
by <a href="/recipes/users/4184772/">Captain DeadBones</a>
(<a href="/recipes/tags/cipher/">cipher</a>, <a href="/recipes/tags/encryption_decryption/">encryption_decryption</a>, <a href="/recipes/tags/python/">python</a>).
</p>
<p>This script was written for an article I wrote it encrypts and decrypts any plain text into a Caesar Cipher message. For more information <a href="http://thelivingpearl.com/2013/06/03/caesar-ciphers-in-python/">Caesar Ciphers In Python</a></p>