A pretty secure (yet inneficient) encryption program. Has key(), hash(), encrypt() and decrypt().
Project description
eggcrypt
A pretty secure (yet inneficient) encryption program.
This is my fifth python library :D
Commands:
eggcrypt.encrypt("text", "key") # Returns an encrypted string.
eggcrypt.decrypt("ciphertext", "key") # Returns a non-encrypted string.
eggcrypt.key() # Returns a random key/seed.
eggcrypt.hash("") # Uses a custom method to hash a string. Input: str or int.
!NB!
Use: pip install eggcrypt
But, to import it: import eggcrypt
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file eggcrypt-3.1.4.tar.gz.
File metadata
- Download URL: eggcrypt-3.1.4.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7192f7a71c405b5627843966fff32e6fe95528c9051751f0048b9a52e586b5a0
|
|
| MD5 |
78e7864eec6db992aaa2e722202e4e3a
|
|
| BLAKE2b-256 |
26d2fb470920f921a98478054a449700b2a07e3881546bfff0ffd49e40136895
|
File details
Details for the file eggcrypt-3.1.4-py3-none-any.whl.
File metadata
- Download URL: eggcrypt-3.1.4-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
92725d8c15975bd202f589748055fb49ac2b28a5a5e3768de71fcfce67f943df
|
|
| MD5 |
0bca348c411c8ff97dbb1e398da22c16
|
|
| BLAKE2b-256 |
9a5ea4a854f874a4a6879b38abff9ffff0b7f05f47389854ca8124a02ba84acb
|