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
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
cryptochaos-1.0.0.tar.gz
(3.0 kB
view hashes)
Built Distribution
Close
Hashes for cryptochaos-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b4ab8757889222a83b432df24fe73903b4c2030450b84d08cb81e853b668ffe3 |
|
MD5 | ee1d7ae9ca905d1025803fcfcd46a50d |
|
BLAKE2b-256 | 33b042c3a7b0ca6867275609e5e01c751a4b4dbd0a75ad694b3ac97fbf5a0841 |