Encoding and decoding strings using keys
Project description
EnigmaCrypt
EnigmaCrypt is a Python package that provides a simple and secure way to encrypt and decrypt strings. It uses a unique encryption algorithm and generates a key that can be used to decode the encrypted string.
Installation
To install EnigmaCrypt, you can use pip:
pip install enigmacrypt
Usage
Here's a simple example of how to use EnigmaCrypt to encrypt and decrypt a string:
from enigmacrypt import Encryption, Decryption
# Create an instance of Encryption
encryption = Encryption()
# Encrypt a string
encrypted_string, key = encryption.encrypt("Hello, World!")
# Create an instance of Decryption
decryption = Decryption()
# Decrypt the string using the generated key
decrypted_string = decryption.decrypt(encrypted_string, key)
print(decrypted_string) # Output: Hello, World!
Contributing
Contributions are welcome! If you have any bug reports, feature requests, or suggestions, please open an issue on the GitHub repository. If you'd like to contribute code, you can fork the repository and create a pull request with your changes.
License
EnigmaCrypt is licensed under the MIT License.
Contact
If you have any questions or need support, you can reach out to the project maintainer at wookscode.kontakt@gmail.com.
Acknowledgments
EnigmaCrypt works by shuffling the alphabet and digits in random order and then generating quite complex key to show crucial information for decryption process
Disclaimer
Please note that EnigmaCrypt is provided as-is and is not responsible for any security breaches or issues that may arise from its usage. It is always recommended to use additional security measures and best practices when handling sensitive information.
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 enigmacrypt-0.0.8.tar.gz
.
File metadata
- Download URL: enigmacrypt-0.0.8.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | be0cc627f846fcc446cf36dca4e8d7ee3fc374a389a5c51ec2798a74e8754526 |
|
MD5 | b9b965644c66246574cdb52aaa52b478 |
|
BLAKE2b-256 | 85a724173ae17922a4020609b02058b1ef8782a8559b8bb55be3cfc3c6dcb4da |
File details
Details for the file enigmacrypt-0.0.8-py3-none-any.whl
.
File metadata
- Download URL: enigmacrypt-0.0.8-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d7215e29c88925869d7aa075d22845ae182890c947d28789906d0c4c163be4b1 |
|
MD5 | ddcf265f3d0bc5ea28d3d944e41d4310 |
|
BLAKE2b-256 | 74f60018a3f371d0bae6ed08be8b91bd2898b26a75131810b26c00f145262bb8 |