Skip to main content

Encrypt Text using emojis!

Project description

Cryptmoji

A simple emoji-based encryption algorithm.


Installation

pip install the library:

pip install cryptmoji

Usage

from cryptmoji import Cryptmoji

text = "Hello World!"
key = "random_key" # makes the encryption stronger (optional)
a = Cryptmoji(text, key=key)
encrypted = a.encrypt()
print(encrypted)
decrypted = a.decrypt()
print(decrypted)

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

cryptmoji-1.0.0.tar.gz (12.3 kB view hashes)

Uploaded Source

Built Distribution

cryptmoji-1.0.0-py3-none-any.whl (12.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