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 details)

Uploaded Source

Built Distribution

cicero_coder-0.0.1-py3-none-any.whl (3.6 kB view details)

Uploaded Python 3

File details

Details for the file cicero_coder-0.0.1.tar.gz.

File metadata

  • Download URL: cicero_coder-0.0.1.tar.gz
  • Upload date:
  • Size: 2.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.12

File hashes

Hashes for cicero_coder-0.0.1.tar.gz
Algorithm Hash digest
SHA256 c1e5e055d8590b6a7c202a1abb13c68d8769fd1716b3d546448edb5272373c21
MD5 c9d29ae47913c1288edb08f34f26efe8
BLAKE2b-256 5bf98a112ad4559b674c400fd11aecc667b59957371bdd2508ff9f1f529c8e13

See more details on using hashes here.

File details

Details for the file cicero_coder-0.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for cicero_coder-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 a71e0dab30bd737a9977c6d554d5e90e52cdfae8aed4854e42f7e9cd9bada057
MD5 a118590f36cb2b3d912db866785be5b9
BLAKE2b-256 7ccb928f81a86c581c8169112fbb3a10e3a90e516c3a26606f94eaab14e0f2ed

See more details on using hashes here.

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