Skip to main content

Crypt and Decrypt words ans phrases by Caesar's Cipher

Project description

package_name

Description. The package cifra_cesar is used to: - Crypt words and phrases by Caesar's Cipher - Decrypt words and phrases written in Caesar's Cipher.

Installation

Use the package manager pip to install package_name

pip install package_name

Usage

from codificador.cifraCesar.encode import encode_phrase
phrase = 'Hello World'

# This function crypt the phrase 'Hello World'
crypt_phrase = encode_phrase(phrase)
print(crypt_phrase)

It'll return:

KHOOR ZRUOG
from codificador.cifraCesar.encode import decode_phrase
#The inverse occours when we use the funcion decode_phrase

Author

Cícero Hitzschky, @cicero.hitzschky

License

MIT

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

cicero_coder-0.0.1.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distribution

cicero_coder-0.0.1-py3-none-any.whl (3.6 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