Skip to main content

A Cypher

Project description

CoutureCypher

A two stage encoder made with a mix of a caesar ciphers.

To initialize call the class with and object to either decrypt or encrypt

Installation

Use the package manager pip to install Couture-Cypher.

pip install Couture-Cypher

Utilization

from Couture-Cypher import *

# Initializes with an initial string
cipher = cypher('initial-string')

# returns decrypted variation of the initial string
cipher.decrypt()

# returns encrypted variation of the initial string
cipher.encrypt()

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

CoutureCypher-0.0.2.tar.gz (4.7 kB view hashes)

Uploaded Source

Built Distribution

CoutureCypher-0.0.2-py3-none-any.whl (5.0 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