A caesar cipher app and simple python calculator
Project description
CAESAR CIPHER
Caesar cipher is a Python library for dealing with encode and decode.
Algorithm of Caesar Cipher
The algorithm of Caesar cipher holds the following features −
1.Caesar Cipher Technique is the simple and easy method of encryption technique.
2.It is simple type of substitution cipher.
3.Each letter of plain text is replaced by a letter with some fixed number of positions down with alphabet.
The following diagram depicts the working of Caesar cipher algorithm implementation Use the package manager pip to install foobar.
pip install caesar_cipher coming soon
Usage
import caesar_cipher coming soon
# encoded
caesar.encode.('hello')
# returns 'mjqqt'
# decoded
caesar.decode('mjqqt')
#returns 'hello'
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
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
File details
Details for the file caesar_cipher_test-0.0.7.tar.gz
.
File metadata
- Download URL: caesar_cipher_test-0.0.7.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f63b8fc3c5a36145394ffdbe3e04aa0ca3c55b4ebee3e9193c562e549e9adb46 |
|
MD5 | 17f2ff4effcb921254e24aa97dd2c967 |
|
BLAKE2b-256 | 92187e1e6aa5363322768475985705f7c78765c798522c07b8330b8abe752142 |