Skip to main content

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 image 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

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

caesar_cipher_test-0.0.6.tar.gz (3.6 kB view hashes)

Uploaded Source

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