{"id":42123328,"url":"https://github.com/cektor/EnCo","last_synced_at":"2026-02-05T15:01:42.372Z","repository":{"id":264121441,"uuid":"892429894","full_name":"cektor/EnCo","owner":"cektor","description":"EnCo is a Cross-Platform file Encryption application developed in Python. This application allows users to Encrypt and Decrypt their files. Encrypt and Decrypt operations are performed with the AES crypto algorithm.","archived":false,"fork":false,"pushed_at":"2024-12-30T14:14:27.000Z","size":19824,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-22T15:50:43.266Z","etag":null,"topics":["encryption-tool","file-encryption"],"latest_commit_sha":null,"homepage":"https://algyazilim.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cektor.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,"zenodo":null}},"created_at":"2024-11-22T05:06:23.000Z","updated_at":"2025-04-24T14:50:22.000Z","dependencies_parsed_at":"2025-07-22T15:47:56.202Z","dependency_job_id":null,"html_url":"https://github.com/cektor/EnCo","commit_stats":null,"previous_names":["cektor/enco"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/cektor/EnCo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cektor%2FEnCo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cektor%2FEnCo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cektor%2FEnCo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cektor%2FEnCo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cektor","download_url":"https://codeload.github.com/cektor/EnCo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cektor%2FEnCo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29124793,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T14:05:12.718Z","status":"ssl_error","status_checked_at":"2026-02-05T14:03:53.078Z","response_time":65,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["encryption-tool","file-encryption"],"created_at":"2026-01-26T15:00:26.439Z","updated_at":"2026-02-05T15:01:42.365Z","avatar_url":"https://github.com/cektor.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"\u003ca href=\"#\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/pedromxavier/flag-badges/main/badges/TR.svg\" alt=\"made in TR\"\u003e\n\u003c/a\u003e\n\n# EnCo\nEnCo is a Cross-Platform file Encryption application developed in Python. This application allows users to Encrypt and Decrypt their files. Encrypt and Decrypt operations are performed with the AES crypto algorithm..\n\n\u003ch1 align=\"center\"\u003eEnCo Logo\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"encolo.png\" alt=\"EnCo Logo\"\u003e\n\u003c/p\u003e\n\n----------------------\n\n# Linux Screenshot\n![Linux(pardus)](ScreenShot/enco_linux.gif)  \n\n# Windows Screenshot\n![Windows(11)](ScreenShot/enco_windows.png) \n\n--------------------\nInstall Git Clone and Python3\n\nGithub Package Must Be Installed On Your Device.\n\ngit\n```bash\nsudo apt install git -y\n```\n\nPython3\n```bash\nsudo apt install python3 -y \n\n```\n\npip\n```bash\nsudo apt install python3-pip\n\n```\n\n# Required Libraries\n\nPyQt5\n```bash\npip install PyQt5\n```\ncryptography\n```bash\npip install cryptography\n```\n\n----------------------------------\n\n\n# Installation\nInstall EnCo\n\n```bash\nsudo git clone https://github.com/cektor/EnCo.git\n```\n```bash\ncd EnCo\n```\n\n```bash\npython enco.py\n```\nor\n\n```bash\npython3 enco.py\n\n```\n\n# To compile\n\nNOTE: For Compilation Process pyinstaller must be installed. To Install If Not Installed.\n\npip install pyinstaller \n\nLinux Terminal \n```bash\npytohn3 -m pyinstaller --onefile --windowed enco.py\n```\n\nWindows VSCode Terminal \n```bash\npyinstaller --onefile --noconsole enco.py\n```\n\nMacOS VSCode Terminal \n```bash\npyinstaller --onefile --noconsole enco.py\n```\n\n# To install directly on Windows or Linux\n\n\n\n\n\nLinux (based debian) Terminal: Linux (debian based distributions) To install directly from Terminal.\n```bash\n wget -O EnCo_Linux64.deb https://github.com/cektor/EnCo/releases/download/1.00/Setup_Linux64.deb \u0026\u0026 sudo apt install ./EnCo_Linux64.deb \u0026\u0026 sudo apt-get install -f\n```\n\nWindows Installer CMD (PowerShell): To Install from Windows CMD with Direct Connection.\n```bash\npowershell -Command \"Invoke-WebRequest -Uri 'https://github.com/cektor/EnCo/releases/download/1.00/Setup_Win64.exe' -OutFile 'Setup_Win64.exe'\" \u0026\u0026 start /wait Setup_Win64.exe\n```\n\nRelease Page: https://github.com/cektor/EnCo/releases/tag/1.00\n\n----------------------------------\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcektor%2FEnCo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcektor%2FEnCo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcektor%2FEnCo/lists"}