Skip to main content

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

enigmacrypt-0.0.4.tar.gz (3.2 kB view details)

Uploaded Source

Built Distribution

enigmacrypt-0.0.4-py3-none-any.whl (3.4 kB view details)

Uploaded Python 3

File details

Details for the file enigmacrypt-0.0.4.tar.gz.

File metadata

  • Download URL: enigmacrypt-0.0.4.tar.gz
  • Upload date:
  • Size: 3.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.10

File hashes

Hashes for enigmacrypt-0.0.4.tar.gz
Algorithm Hash digest
SHA256 f1e8668cb927d17d0de6b3481cf9c0cc4512f990884a0a9ea3a37d66c2ee4757
MD5 a46d4dc529bb9628a054a7de8ec1d626
BLAKE2b-256 445dfdd57e8bcd7c2585e44af406ba492763095712ea3faf468b14d9841b4aea

See more details on using hashes here.

File details

Details for the file enigmacrypt-0.0.4-py3-none-any.whl.

File metadata

  • Download URL: enigmacrypt-0.0.4-py3-none-any.whl
  • Upload date:
  • Size: 3.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.10

File hashes

Hashes for enigmacrypt-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 42d9a992e5dac3e86a12e15b1095ea2b5e9caa45dfbd25aa2d567d2ffecc949e
MD5 c3790037e8cf176f0561a1bd332fb432
BLAKE2b-256 77590fcb3e297f72df187ce05ea25fa216a166f16f2589cda8b9236a62adc8cc

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page