Skip to main content

This Python project offers a versatile and user-friendly text encryption and decryption tool inspired by Base64 encoding. Whether you're securing sensitive information or looking to obfuscate data, this library provides a robust and straightforward solution.

Project description

Python Text Encryption and Decryption (Base64-like)

🔒 Securely Encode and Decode Text in Python

This Python project offers a versatile and user-friendly text encryption and decryption tool inspired by Base64 encoding. Whether you're securing sensitive information or looking to obfuscate data, this library provides a robust and straightforward solution.

Features

  • Base64-like Encoding: Leverage a familiar encoding method with enhanced capabilities.
  • Text Encryption: Safeguard your data with powerful encryption algorithms.
  • Text Decryption: Easily retrieve the original content through efficient decryption.
  • Pythonic API: Simple and intuitive functions for seamless integration into your projects.

Usage

  1. Installation:

    pip install cryx4ck 
    
  2. Example Usage:

from cryx4ck import encrypt, decrypt

#Encrypting text
encrypted_text = encrypt(b"Your sensitive information")

#Decrypting text
original_text = decrypt(encrypted_text)
  1. Example Usage:
from cryx4ck import CxH
original_text = "Your sensitive information"
#hashing text
hashed_value = CxH.hash(original_text)

Getting Started

Check out our documentation for detailed instructions on installation, usage, and customization. Get started with securing your text data today!

Contributions

Contributions are welcome! If you find any issues or have ideas for improvements, feel free to contribute.

License

This project is licensed under the Apache License - see the LICENSE file for details.

Project details


Release history Release notifications | RSS feed

This version

1.2

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

cryx4ck-1.2-py3-none-any.whl (10.4 kB view hashes)

Uploaded Python 3

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