{"id":23317389,"url":"https://github.com/cektor/folen","last_synced_at":"2026-02-24T01:33:48.221Z","repository":{"id":266569610,"uuid":"898722557","full_name":"cektor/FOLEN","owner":"cektor","description":"It is a desktop application that allows users to securely encrypt folders and, if desired, their contents with the AES encryption algorithm and decrypt encrypted files. Cross Platform Works","archived":false,"fork":false,"pushed_at":"2025-01-23T10:58:20.000Z","size":27764,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-28T17:30:20.022Z","etag":null,"topics":["folderlocker","foldersecure","folen"],"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}},"created_at":"2024-12-04T23:03:04.000Z","updated_at":"2025-07-26T00:15:46.000Z","dependencies_parsed_at":"2025-01-23T11:39:18.390Z","dependency_job_id":null,"html_url":"https://github.com/cektor/FOLEN","commit_stats":null,"previous_names":["cektor/folen"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/cektor/FOLEN","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cektor%2FFOLEN","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cektor%2FFOLEN/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cektor%2FFOLEN/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cektor%2FFOLEN/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cektor","download_url":"https://codeload.github.com/cektor/FOLEN/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cektor%2FFOLEN/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29766607,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T01:28:30.166Z","status":"ssl_error","status_checked_at":"2026-02-24T01:28:27.518Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["folderlocker","foldersecure","folen"],"created_at":"2024-12-20T16:29:07.056Z","updated_at":"2026-02-24T01:33:48.207Z","avatar_url":"https://github.com/cektor.png","language":"Python","funding_links":[],"categories":[],"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# FOLEN  \nIt is a desktop application that allows users to securely encrypt their Folders and Contents with the AES encryption algorithm and decrypt encrypted files. Supporting password-based encryption and decryption, this application guarantees that sensitive data is protected and only accessed with the correct password. FOLEN is a powerful tool that is easy to use with a user-friendly interface and provides data security. Can run on Windows-Linux-MacOS.\n\n\u003ch1 align=\"center\"\u003eFOLEN Logo\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"folenlo.png\" alt=\"FOLEN Logo\" width=\"150\" height=\"150\"\u003e\n\u003c/p\u003e\n\n\n----------------------\n\n# Linux Screenshot\n![Linux(pardus)](screenshot/folen_linux.png)  \n\n# Windows Screenshot\n![Windows(11)](screenshot/folen_windowsv1.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```\nPyQt5-sip\n```bash\npip install PyQt5 PyQt5-sip\n```\n\nPyQt5-tools\n```bash\npip install PyQt5-tools\n```\n\nRequired Libraries for Debian/Ubuntu\n```bash\nsudo apt-get install python3-pyqt5\nsudo apt-get install qttools5-dev-tools\n```\n\ncryptography\n```bash\npip install cryptography\n\n```\n\nSystem Dependencies (packages that can be installed with apt)\n```bash\nsudo apt-get install python3 python3-pip python3-pyqt5 python3-pyqt5.qtwebkit python3-pyqt5.qtsvg\n\n```\n\n----------------------------------\n\n\n# Installation\nInstall FOLEN\n\n```bash\nsudo git clone https://github.com/cektor/FOLEN.git\n```\n```bash\ncd FOLEN\n```\n\n```bash\npython3 folen.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 folen.py\n```\n\nWindows VSCode Terminal \n```bash\npyinstaller --onefile --noconsole folen.py\n```\n\nMacOS VSCode Terminal \n```bash\npyinstaller --onefile --noconsole folen.py\n```\n\n# To install directly on Windows or Linux\n\n\nLinux (based debian) Terminal: Linux (debian based distributions) To install directly from Terminal.\n```bash\nwget -O Setup_Linux64.deb https://github.com/cektor/FOLEN/releases/download/1.00/Setup_Linux64.deb \u0026\u0026 sudo apt install ./Setup_Linux64.deb \u0026\u0026 sudo apt-get install -f -y\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/FOLEN/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/FOLEN/releases/tag/1.00\n\n----------------------------------\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcektor%2Ffolen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcektor%2Ffolen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcektor%2Ffolen/lists"}