Skip to main content

Tanji is a Python encryption library that provides a secure and flexible solution for encrypting and decrypting messages. It leverages both symmetric and asymmetric encryption techniques to ensure the confidentiality and integrity of your data.

Project description

Tanji Encryption Library 👩‍💻🔐

Tanji is a Python encryption library that provides a secure and flexible solution for encrypting and decrypting messages. It leverages both symmetric and asymmetric encryption techniques to ensure the confidentiality and integrity of your data.

Features 🚀

  • Symmetric Encryption: Utilizes the Advanced Encryption Standard (AES) algorithm for symmetric key encryption.
  • Asymmetric Encryption: Employs RSA algorithm for secure asymmetric key encryption.
  • Base64 Encoding: Efficiently encodes encrypted data using Base64 for safe transmission.
  • Key Pair Generation: Automatically generates RSA key pairs for secure communication.
  • Random Initialization Vectors (IV): Uses random IVs to enhance security.
  • Ease of Use: Simple and straightforward interface for encrypting and decrypting messages.

How Tanji Differs 🤔

  • Robust Security: Tanji prioritizes the security of your data by combining symmetric and asymmetric encryption methods.
  • Key Pair Generation: Automatically generates and manages RSA key pairs, simplifying the encryption process.
  • Dynamic Initialization Vectors: Randomly generated IVs for each encryption enhance the resistance against cryptographic attacks.
  • Base64 Encoding: Encoded data ensures compatibility and safe transmission across different systems.
  • Developer-Friendly: Designed to be user-friendly and easily integrated into various Python projects.

Getting Started 🏁

  1. Install Tanji:

    pip install tanji
    
  2. Use Tanji in your Python project:

    from tanji.tanji import Tanji
    
    # Example Usage
    tanji = Tanji()
    encrypted_message, ciphertext = tanji.encrypt_message("Hello, Tanji!")
    decrypted_message = tanji.decrypt_message(encrypted_message, ciphertext)
    
    print("Original Message:", "Hello, Tanji!")
    print("Encrypted Message:", encrypted_message)
    print("Decrypted Message:", decrypted_message)
    

Contributing 🤝

Contributions are welcome! Feel free to submit issues or pull requests.

License 📄

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

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

tanji-1.0.3.tar.gz (3.3 kB view details)

Uploaded Source

Built Distribution

tanji-1.0.3-py3-none-any.whl (4.0 kB view details)

Uploaded Python 3

File details

Details for the file tanji-1.0.3.tar.gz.

File metadata

  • Download URL: tanji-1.0.3.tar.gz
  • Upload date:
  • Size: 3.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.0 CPython/3.11.6 Windows/10

File hashes

Hashes for tanji-1.0.3.tar.gz
Algorithm Hash digest
SHA256 0e69545d76e399342f6a2e11653e7a0413da07ef2ff1e738de5851de902024d2
MD5 cf55f71a9425097907b3c3620e299926
BLAKE2b-256 a8ffac304df02bf4f9c529cebafbe9192850930c9bb8aa474a518c71dd759c5a

See more details on using hashes here.

File details

Details for the file tanji-1.0.3-py3-none-any.whl.

File metadata

  • Download URL: tanji-1.0.3-py3-none-any.whl
  • Upload date:
  • Size: 4.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.0 CPython/3.11.6 Windows/10

File hashes

Hashes for tanji-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 f03bb6e0a2ebab6be0dc7b780d5dcf636189458496ac58bb10a10ec8f7d239a1
MD5 57727efbc759a028c736cb63011cecb6
BLAKE2b-256 89183b238716cf5c05fd02ef00ea9d350f5d5949ed225db1c34669bafcd63c59

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