Skip to main content

A package for eencrypting and decrypting text using the cipher algorithm.

Project description

cipher_asa2249

A package for running Julius Caesar's cipher algorithm to encrypt and decrpyt text. This algorithm takes in an integer, shift, and a body of text, text, as well as a boolean for encrypt as implicit parameters.

The integers shift determines the amount that each character is shifted in text.

For example, if shift = 3, and the word is 'cat', each letter will be shifted 3 to the right. Hence, 'cat' becomes 'fdw'.

Installation

$ pip install cipher_asa2249

Usage

  • TODO

Contributing

Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.

License

cipher_asa2249 was created by Armaan Ahmed. It is licensed under the terms of the MIT license.

Credits

cipher_asa2249 was created with cookiecutter and the py-pkgs-cookiecutter template.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cipher_asa2249-0.1.0.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

cipher_asa2249-0.1.0-py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page