Caesar decoder Utility
Project Description
==============
CAESAR DECODER
==============
.. image:: https://img.shields.io/pypi/v/caesar_deco.svg
:target: https://pypi.python.org/pypi/caesar_deco
.. image:: https://img.shields.io/travis/alejogaci/caesar_deco.svg
:target: https://travis-ci.org/alejogaci/caesar_deco
.. image:: https://readthedocs.org/projects/caesar-deco/badge/?version=latest
:target: https://caesar-deco.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
Caesar decoder Utility
* Free software: MIT license
* Documentation: https://caesar-deco.readthedocs.io.
Features
--------
* TODO
Special Information
-------
Caesar is a type of encryption widely used in cryptography due to its "simplicity". It consists of replacing each letter of the message that is wanted to be encrypted by another one that is a fixed number of positions later in the alphabet. For example, with a displacement of 5 the letter A would be the F and the letter B would be the G
With this package you can decrypt any message encrypted in caesar without needing to know the displacement
Credits
-------
This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
=======
History
=======
0.1.0 (2018-03-11)
------------------
* First release on PyPI.
CAESAR DECODER
==============
.. image:: https://img.shields.io/pypi/v/caesar_deco.svg
:target: https://pypi.python.org/pypi/caesar_deco
.. image:: https://img.shields.io/travis/alejogaci/caesar_deco.svg
:target: https://travis-ci.org/alejogaci/caesar_deco
.. image:: https://readthedocs.org/projects/caesar-deco/badge/?version=latest
:target: https://caesar-deco.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
Caesar decoder Utility
* Free software: MIT license
* Documentation: https://caesar-deco.readthedocs.io.
Features
--------
* TODO
Special Information
-------
Caesar is a type of encryption widely used in cryptography due to its "simplicity". It consists of replacing each letter of the message that is wanted to be encrypted by another one that is a fixed number of positions later in the alphabet. For example, with a displacement of 5 the letter A would be the F and the letter B would be the G
With this package you can decrypt any message encrypted in caesar without needing to know the displacement
Credits
-------
This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
=======
History
=======
0.1.0 (2018-03-11)
------------------
* First release on PyPI.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size & hash SHA256 hash help | File type | Python version | Upload date |
---|---|---|---|
caesar_deco-0.8.0-py2.py3-none-any.whl (5.2 kB) Copy SHA256 hash SHA256 | Wheel | py2.py3 | Mar 23, 2018 |
caesar_deco-0.8.0.tar.gz (10.7 kB) Copy SHA256 hash SHA256 | Source | None | Mar 23, 2018 |