Skip to main content

Simple encryption/decryption algorithms based on chaotic maps.

Project description

CryptoChaos

Simple encryption/decryption algorithms based on chaotic maps.

Try

pip install cryptochaos

Then, import by

from cryptochaos import logistic

To encrypt, try

encrypted_text = logistic.logistic_encrypt(plain_text, r)

where plain_text is some string, and r is a float such that 3.6 < r < 4.0.

To decrypt, try

decrypted_text = logistic.logistic_decrypt(encrypted_text, r)

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

cryptochaos-1.0.0.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

cryptochaos-1.0.0-py3-none-any.whl (3.2 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