{"id":18593895,"url":"https://github.com/janstuemmel/privatefox","last_synced_at":"2025-05-16T11:08:39.000Z","repository":{"id":92577358,"uuid":"250625934","full_name":"janstuemmel/privatefox","owner":"janstuemmel","description":"Password protected firefox browser","archived":false,"fork":false,"pushed_at":"2020-03-28T17:54:05.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-17T22:32:39.942Z","etag":null,"topics":["encfs","encryption","firefox","zenity"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/janstuemmel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-03-27T19:22:11.000Z","updated_at":"2024-06-05T14:10:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"799e9a4a-d78b-4133-8d65-9764a2ed4f4b","html_url":"https://github.com/janstuemmel/privatefox","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janstuemmel%2Fprivatefox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janstuemmel%2Fprivatefox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janstuemmel%2Fprivatefox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janstuemmel%2Fprivatefox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/janstuemmel","download_url":"https://codeload.github.com/janstuemmel/privatefox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254518396,"owners_count":22084375,"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":["encfs","encryption","firefox","zenity"],"created_at":"2024-11-07T01:13:53.035Z","updated_at":"2025-05-16T11:08:33.990Z","avatar_url":"https://github.com/janstuemmel.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PrivateFox\n\nPassword protected Firefox. A simple script to password-protect your firefox browser. This works by encrypting a firefox profile directory. After entering a pasword the folder get's decrypted and firefox starts with the decrypted profile folder.\n\n## Requirements\n\n* A gtk desktop with `zentity` installed\n* Firefox browser\n* `encfs` for encryption\n\n## Documentation\n\n### Install\n\nCheck if `curl` or `wget` is installed on your machine and choose one of the following scripts. Just copy and paste it into your terminal.\n\n#### `wget`\n\n```sh\nwget https://github.com/janstuemmel/privatefox/archive/master.tar.gz -O - | tar zxf - \u0026\u0026 \\\nsudo mv privatefox-master /opt/privatefox \u0026\u0026 \\\ncp /opt/privatefox/privatefox.desktop ~/.local/share/applications/privatefox.desktop\n```\n\n#### `curl`\n\n```sh\ncurl -L https://github.com/janstuemmel/privatefox/archive/master.tar.gz | tar zxf - \u0026\u0026 \\\nsudo mv privatefox-master /opt/privatefox \u0026\u0026 \\\ncp /opt/privatefox/privatefox.desktop ~/.local/share/applications/privatefox.desktop\n```\n\nAfter installation, launch Privatefox with your window manager. The password is set on the first start. \n\n### Uninstall\n\nThis simply removes all the installed files without the encrypted profile directory.\n\n```sh\nrm ~/.local/share/applications/privatefox.desktop \u0026\u0026 \\\nsudo rm -rf /opt/privatefox \n```\n\n### Change password\n\nClose your Privatefox browser and open a terminal:\n\n```sh\n# goto privatefox config folder\ncd ~/.privatefox\n# use encfsctl to change your password\nencfsctl passwd profile.encrypted\n``` \n\n## Resources\n\nIcon made by [Freepik](https://www.flaticon.com/authors/freepik) from [www.flaticon.com](http://www.flaticon.com/)\n\n## License \n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanstuemmel%2Fprivatefox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjanstuemmel%2Fprivatefox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanstuemmel%2Fprivatefox/lists"}