{"id":20281797,"url":"https://github.com/geniuszly/GenEncryption","last_synced_at":"2025-05-07T18:30:59.191Z","repository":{"id":252599040,"uuid":"840906823","full_name":"geniuszly/GenEncryption","owner":"geniuszly","description":" is a Python-based encryption and decryption tool. The application supports two encryption algorithms: a simple character substitution method and the more advanced Fernet encryption. Users can generate, save, and load encryption keys, and perform encryption and decryption on text data. ","archived":false,"fork":false,"pushed_at":"2024-08-11T03:55:00.000Z","size":84,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T18:50:35.272Z","etag":null,"topics":["cryptography","cybersecurity","data-encryption","data-security","decrypt","decryption","encrypt","encryption","encryption-algorithms","fernet","fernet-encryption","genecryption","penetration-testing","privacy","python","secure-communication","security-tools"],"latest_commit_sha":null,"homepage":"","language":"Python","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/geniuszly.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":"2024-08-11T03:53:30.000Z","updated_at":"2024-10-16T15:52:31.000Z","dependencies_parsed_at":"2024-08-11T05:37:08.431Z","dependency_job_id":null,"html_url":"https://github.com/geniuszly/GenEncryption","commit_stats":null,"previous_names":["geniuszlyy/genencryption","geniuszly/genencryption"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geniuszly%2FGenEncryption","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geniuszly%2FGenEncryption/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geniuszly%2FGenEncryption/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geniuszly%2FGenEncryption/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geniuszly","download_url":"https://codeload.github.com/geniuszly/GenEncryption/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252933957,"owners_count":21827608,"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":["cryptography","cybersecurity","data-encryption","data-security","decrypt","decryption","encrypt","encryption","encryption-algorithms","fernet","fernet-encryption","genecryption","penetration-testing","privacy","python","secure-communication","security-tools"],"created_at":"2024-11-14T14:06:59.302Z","updated_at":"2025-05-07T18:30:58.833Z","avatar_url":"https://github.com/geniuszly.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GenEncryption\n is a versatile encryption utility designed for securely encrypting and decrypting text data. It supports two encryption algorithms: a custom Simple substitution cipher and the industry-standard Fernet encryption.\n\n# EN\n**GenEncryption** is a versatile encryption tool designed to provide secure encryption and decryption of text data. The application supports two main algorithms: a custom Simple substitution cipher and the industry-standard Fernet encryption.\n\n## Features\n- **Multiple Encryption Algorithms**: Choose between a custom Simple algorithm and Fernet encryption.\n- **Key Generation**: Easily generate and save encryption keys.\n- **Key Management**: Load and manage saved keys.\n- **User-Friendly Interface**: Intuitive GUI for easy navigation and operation.\n\n## Requirements\n- **Python 3.x**\n- **Libraries**: `tkinter`, `cryptography`, `os`, `random`, `base64`\n\n## Installation\n1. **Clone the repository**:\n```bash\ngit clone https://github.com/geniuszlyy/GenEncryption.git\ncd GenEncryption\n```\n2. **Install dependencies**:\\\nInstall the required Python libraries using pip:\n```bash\npip install cryptography\n```\n\n## Usage\n1. **Run the Application**:\\\nStart the application by running the `main.py` script:\n```bash\npython GenEncryption.py\n```\n2. **Generate Keys**:\n- Navigate to the \"Keygen\" tab.\n- Select the desired encryption algorithm (Simple or Fernet).\n- Click \"Generate\" to create a new key.\n- Enter a name for the key and save it.\n3. **Encrypt/Decrypt Data**:\n- Navigate to the \"Encrypter\" tab.\n- Select a saved key or enter a key manually.\n- Enter the data to be encrypted or decrypted.\n- Click \"Encrypt\" or \"Decrypt\" to process the data.\n\n## Key Storage\nGenerated keys are stored in the `keys/` directory. Ensure that this directory is kept secure to maintain the confidentiality of your encrypted data.\n\n## Example\n### Simple:\n![image](https://github.com/user-attachments/assets/452d2fc4-9dd7-4d27-b396-8df2072d4018)\n\n![image](https://github.com/user-attachments/assets/37e4199b-b5b3-461c-add6-06625b1a2db5)\n\n![image](https://github.com/user-attachments/assets/230da501-06ab-4578-af79-bec8d45e1f05)\n\n### Fernet:\n![image](https://github.com/user-attachments/assets/856de520-b8f6-4619-b54e-3f8cd4c4ece4)\n\n![image](https://github.com/user-attachments/assets/23c7acf8-56dc-4250-aba4-bbe44fffdd8c)\n\n# RU\n**GenEncryption** — это универсальный инструмент для шифрования, предназначенный для обеспечения безопасного шифрования и дешифрования текстовых данных. Программа поддерживает два основных алгоритма: собственный алгоритм Simple и стандартизированный шифр Fernet.\n\n## Возможности\n- **Множественные алгоритмы шифрования**: Выбор между собственным алгоритмом Simple и шифром Fernet.\n- **Генерация ключей**: Легкое создание и сохранение ключей шифрования.\n- **Управление ключами**: Загрузка и управление сохраненными ключами.\n- **Интуитивный интерфейс**: Удобный графический интерфейс для простоты использования.\n\n## Требования\n- **Python 3.x**\n- **Библиотеки**: `tkinter`, `cryptography`, `os`, `random`, `base64`\n\n## Установка\n1. **Клонирование репозитория**:\n```bash\ngit clone https://github.com/geniuszlyy/GenEncryption.git\ncd GenEncryption\n```\n2. **Установка зависимостей**:\\\nУстановите необходимые библиотеки Python с помощью pip:\n```bash\npip install cryptography\n```\n\n## Использование\n1. **Запуск приложения**:\\\nЗапустите приложение, выполнив скрипт `main.py`:\n```bash\npython GenEncryption.py\n```\n2. **Генерация ключей**:\n- Перейдите на вкладку \"Keygen\".\n- Выберите желаемый алгоритм шифрования (Simple или Fernet).\n- Нажмите \"Generate\" для создания нового ключа.\n- Введите имя для ключа и сохраните его.\n3. **Шифрование/Дешифрование данных**:\n- Перейдите на вкладку \"Encrypter\".\n- Выберите сохраненный ключ или введите ключ вручную.\n- Введите данные для шифрования или дешифрования.\n- Нажмите \"Encrypt\" или \"Decrypt\" для обработки данных.\n\n## Хранение ключей\nСгенерированные ключи хранятся в каталоге `keys/`. Убедитесь, что этот каталог надежно защищен для сохранения конфиденциальности ваших данных.\n\n## Пример\n### Simple:\n![image](https://github.com/user-attachments/assets/452d2fc4-9dd7-4d27-b396-8df2072d4018)\n\n![image](https://github.com/user-attachments/assets/37e4199b-b5b3-461c-add6-06625b1a2db5)\n\n![image](https://github.com/user-attachments/assets/230da501-06ab-4578-af79-bec8d45e1f05)\n\n### Fernet:\n![image](https://github.com/user-attachments/assets/856de520-b8f6-4619-b54e-3f8cd4c4ece4)\n\n![image](https://github.com/user-attachments/assets/23c7acf8-56dc-4250-aba4-bbe44fffdd8c)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeniuszly%2FGenEncryption","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeniuszly%2FGenEncryption","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeniuszly%2FGenEncryption/lists"}