{"id":16967307,"url":"https://github.com/anupammaurya6767/tanji","last_synced_at":"2025-03-21T18:15:53.802Z","repository":{"id":206762030,"uuid":"717647569","full_name":"anupammaurya6767/tanji","owner":"anupammaurya6767","description":"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.","archived":false,"fork":false,"pushed_at":"2024-03-19T00:51:12.000Z","size":165,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-26T13:09:26.335Z","etag":null,"topics":["asymmetric-cryptography","code-review","continuous-integration","cryptography","cryptography-algorithms","documentation","encryption","github-actions","github-package-registry","open-source","pytest","python","release-management","security","software-development","software-engineering","sphinx-doc","symmetric-cryptography","tanji","tutorial"],"latest_commit_sha":null,"homepage":"https://tanji.vercel.app/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anupammaurya6767.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-12T05:16:32.000Z","updated_at":"2023-12-03T05:31:51.000Z","dependencies_parsed_at":"2023-11-12T06:20:28.456Z","dependency_job_id":"0a54390a-6526-4470-bfdf-b56d2abd1b05","html_url":"https://github.com/anupammaurya6767/tanji","commit_stats":null,"previous_names":["anupammaurya6767/tanji"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anupammaurya6767%2Ftanji","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anupammaurya6767%2Ftanji/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anupammaurya6767%2Ftanji/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anupammaurya6767%2Ftanji/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anupammaurya6767","download_url":"https://codeload.github.com/anupammaurya6767/tanji/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244844530,"owners_count":20519790,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["asymmetric-cryptography","code-review","continuous-integration","cryptography","cryptography-algorithms","documentation","encryption","github-actions","github-package-registry","open-source","pytest","python","release-management","security","software-development","software-engineering","sphinx-doc","symmetric-cryptography","tanji","tutorial"],"created_at":"2024-10-14T00:08:15.532Z","updated_at":"2025-03-21T18:15:53.777Z","avatar_url":"https://github.com/anupammaurya6767.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tanji Encryption Library 👩‍💻🔐\n\nTanji 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.\n\n## Features 🚀\n\n- **Symmetric Encryption:** Utilizes the Advanced Encryption Standard (AES) algorithm for symmetric key encryption.\n- **Asymmetric Encryption:** Employs RSA algorithm for secure asymmetric key encryption.\n- **Base64 Encoding:** Efficiently encodes encrypted data using Base64 for safe transmission.\n- **Key Pair Generation:** Automatically generates RSA key pairs for secure communication.\n- **Random Initialization Vectors (IV):** Uses random IVs to enhance security.\n- **Ease of Use:** Simple and straightforward interface for encrypting and decrypting messages.\n\n## How Tanji Differs 🤔\n\n- **Robust Security:** Tanji prioritizes the security of your data by combining symmetric and asymmetric encryption methods.\n- **Key Pair Generation:** Automatically generates and manages RSA key pairs, simplifying the encryption process.\n- **Dynamic Initialization Vectors:** Randomly generated IVs for each encryption enhance the resistance against cryptographic attacks.\n- **Base64 Encoding:** Encoded data ensures compatibility and safe transmission across different systems.\n- **Developer-Friendly:** Designed to be user-friendly and easily integrated into various Python projects.\n\n## Getting Started 🏁\n\n1. Install Tanji:\n\n    ```bash\n    pip install tanji\n    ```\n\n2. Use Tanji in your Python project:\n\n    ```python\n    from tanji.tanji import Tanji\n\n    # Example Usage\n    tanji = Tanji()\n    encrypted_message, ciphertext = tanji.encrypt_message(\"Hello, Tanji!\")\n    decrypted_message = tanji.decrypt_message(encrypted_message, ciphertext)\n\n    print(\"Original Message:\", \"Hello, Tanji!\")\n    print(\"Encrypted Message:\", encrypted_message)\n    print(\"Decrypted Message:\", decrypted_message)\n    ```\n\n## Contributing 🤝\n\nContributions are welcome! Feel free to submit issues or pull requests.\n\n## License 📄\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanupammaurya6767%2Ftanji","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanupammaurya6767%2Ftanji","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanupammaurya6767%2Ftanji/lists"}