encrypt text in emojis
Project description
EmojiCrypt_pip
EmojiCrypt_pip is a Python package designed to provide a unique and fun way to encrypt and decrypt messages using emojis. This approach not only makes the encryption process more interesting, but also adds a layer of abstraction to the original text, making the encrypted message less noticeable at first glance.
Installation
You can install EmojiCrypt_pip directly from PyPI:
pip install EmojiCrypt_pip
Make sure you have Python and pip already installed on your system to be able to run this command without problems.
Usage
EmojiCrypt_pip is extremely easy to use with only two main functions: encrypt to encrypt messages and decrypt to decrypt messages previously encrypted with this package.
Encrypt a message
To encrypt a message, simply import the encrypt function and pass it the message you want to encrypt as an argument.
from EmojiCrypt_pip import encrypt
encrypted_message = encrypt("Your message here")
print(encrypted_message)
This will convert your message into a string of emojis representing the ciphertext.
Decrypting a message
To decrypt a message that was encrypted with EmojiCrypt_pip, use the decrypt function in a similar way.
from EmojiCrypt_pip import decrypt
decrypted_message = decrypt(decrypted_message)
print(decrypted_message)
Be sure to replace decrypted_message with the emoji string you received when encrypting your original message. This
Translated with DeepL.com (free version)
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
Built Distribution
File details
Details for the file EmojiCrypt_pip-1.7.tar.gz
.
File metadata
- Download URL: EmojiCrypt_pip-1.7.tar.gz
- Upload date:
- Size: 16.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a9452bec0cb47623c177a51bfea3646b4ad7dc6f65f59e60c0bd7a3419666a4b |
|
MD5 | 971d05d0ea9ae04db48e92ccbb2c26e1 |
|
BLAKE2b-256 | 29c8ed58af130ba25a7b10bceab9d9d3f601642759857205cbeeaf1a50610628 |
File details
Details for the file EmojiCrypt_pip-1.7-py3-none-any.whl
.
File metadata
- Download URL: EmojiCrypt_pip-1.7-py3-none-any.whl
- Upload date:
- Size: 15.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 42ce4aecf93ef6131c59e16899153aa776f6bb6390c8e4716bcaad80207fb6bf |
|
MD5 | 09ede83afd533240428626367ddc5acf |
|
BLAKE2b-256 | 25db9a280864f14203c80a73cdbb633be134127a00a66becd7704e2a089f6ad0 |