Metadata-Version: 2.0
Name: cryptorama
Version: 0.1.0
Summary: Tools for working with classical ciphers.
Home-page: https://bitbucket.org/bonnie_saunders/cryptorama
Author: Bonnie Saunders, Marc Culler
Author-email: saunders.bss@gmail.com
License: GPL
Keywords: cryptography cipher vigenere affine
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Education
Classifier: Topic :: Education
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6

Cryptorama
===========

Description
-----------

The Cryptorama module provides Python 3 classes for encrypting, decrypting and
cracking messages using several classical ciphers.  These include the Caesar,
Affine, Multiplicative and Vigenere ciphers.

For more information, see the `documentation<http://readthedocs.org/cryptorama>`_.

Source code is available on `bitbucket<https://bitbucket.org/bonnie_saunders/cryptorama`_.

Installation
------------

Simply type::

  python3 -m pip install cryptorama

or, on linux::

  sudo python3 -m pip install cryptorama


