You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

cryx4ck

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cryx4ck

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.

1.2
PyPI
Maintainers
1

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

  • Installation:

    pip install cryx4ck 
    
  • Example Usage:

from cryx4ck import encrypt, decrypt

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

#Decrypting text
original_text = decrypt(encrypted_text)
  • 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.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts