Encrypt Text using emojis!
Project description
🐱👤 Cryptmoji
A simple emoji-based encryption-decryption library.
📥 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)
# The encrypt and decrypt functions return the value
encrypted = a.encrypt()
print(encrypted)
# 🎚️🎨🎼🎲🏀🍯🎓🎼🎹🏂🎸🍤
# The encrypt and decrypt functions change the value in-place too
a.decrypt()
print(decrypted)
# Hello World!
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
cryptmoji-1.2.0.tar.gz
(12.5 kB
view details)
Built Distribution
cryptmoji-1.2.0-py3-none-any.whl
(12.1 kB
view details)
File details
Details for the file cryptmoji-1.2.0.tar.gz
.
File metadata
- Download URL: cryptmoji-1.2.0.tar.gz
- Upload date:
- Size: 12.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.14 CPython/3.9.12 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3bd132250d953d307f13d48b8f9dbf91c9a69da7aa7f8ebab31195e9526e7fa1 |
|
MD5 | d1863aba71e7915220a0787569dc838d |
|
BLAKE2b-256 | 3dce80492ef04bec9cc2fb406120bf649333aa7b4aa3a4290d8c503d8fc96b55 |
File details
Details for the file cryptmoji-1.2.0-py3-none-any.whl
.
File metadata
- Download URL: cryptmoji-1.2.0-py3-none-any.whl
- Upload date:
- Size: 12.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.14 CPython/3.9.12 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 37d47d5ac8ea95dbb30a3a9cfad23ca3deebe4bf0439d84bd39cc9cc85ed9ddc |
|
MD5 | d0699e1d20e1c31384aee468aebff4ce |
|
BLAKE2b-256 | d1225d7a68e60991abc8adeeacd5a34053d444e97212d6faf9fa57bc7e4c06e3 |