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
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.1.1.tar.gz
(12.3 kB
view details)
Built Distribution
cryptmoji-1.1.1-py3-none-any.whl
(12.0 kB
view details)
File details
Details for the file cryptmoji-1.1.1.tar.gz
.
File metadata
- Download URL: cryptmoji-1.1.1.tar.gz
- Upload date:
- Size: 12.3 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 | 80cef85d984be16d70ff6b74af86f0635d516a0c8e2cb3ead7829adc8bf1108a |
|
MD5 | 312d33bf0cda058a73736b1bdd90a72f |
|
BLAKE2b-256 | 3e5e177da11a8476957e8e96952880b3fc8452cb1e01f64c27ffa6946d96d85e |
File details
Details for the file cryptmoji-1.1.1-py3-none-any.whl
.
File metadata
- Download URL: cryptmoji-1.1.1-py3-none-any.whl
- Upload date:
- Size: 12.0 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 | 1541ffea0a36797e2f795303da8aacb0ad1860664e01d0f20ee5d63d16c530fc |
|
MD5 | 0a34f159404be3d9e3bb4df42bbb4732 |
|
BLAKE2b-256 | 3c0a965a94ab0a83115ec22604256d9b4df34a735c3aec51efefb2227baa1bda |