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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c1e5e055d8590b6a7c202a1abb13c68d8769fd1716b3d546448edb5272373c21
|
|
| MD5 |
c9d29ae47913c1288edb08f34f26efe8
|
|
| BLAKE2b-256 |
5bf98a112ad4559b674c400fd11aecc667b59957371bdd2508ff9f1f529c8e13
|
File details
Details for the file cicero_coder-0.0.1-py3-none-any.whl.
File metadata
- Download URL: cicero_coder-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a71e0dab30bd737a9977c6d554d5e90e52cdfae8aed4854e42f7e9cd9bada057
|
|
| MD5 |
a118590f36cb2b3d912db866785be5b9
|
|
| BLAKE2b-256 |
7ccb928f81a86c581c8169112fbb3a10e3a90e516c3a26606f94eaab14e0f2ed
|