{"id":13400850,"url":"https://github.com/vgough/encfs","last_synced_at":"2025-05-14T21:07:12.071Z","repository":{"id":19020080,"uuid":"22243322","full_name":"vgough/encfs","owner":"vgough","description":"EncFS: an Encrypted Filesystem for FUSE.","archived":false,"fork":false,"pushed_at":"2024-06-28T19:21:17.000Z","size":16131,"stargazers_count":2121,"open_issues_count":91,"forks_count":287,"subscribers_count":79,"default_branch":"master","last_synced_at":"2025-05-10T21:16:55.735Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://vgough.github.io/encfs/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vgough.png","metadata":{"files":{"readme":"README-NLS","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-07-25T03:15:56.000Z","updated_at":"2025-05-09T03:38:20.000Z","dependencies_parsed_at":"2024-01-13T17:11:57.971Z","dependency_job_id":"6fc071fd-d063-42a2-8c3f-0e077a28b9bf","html_url":"https://github.com/vgough/encfs","commit_stats":{"total_commits":599,"total_committers":48,"mean_commits":"12.479166666666666","dds":0.6227045075125208,"last_synced_commit":"aa106e6eddcc16ce7f763c63e5f20dd9eb7f0f52"},"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vgough%2Fencfs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vgough%2Fencfs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vgough%2Fencfs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vgough%2Fencfs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vgough","download_url":"https://codeload.github.com/vgough/encfs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254227612,"owners_count":22035669,"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":[],"created_at":"2024-07-30T19:00:56.241Z","updated_at":"2025-05-14T21:07:07.021Z","avatar_url":"https://github.com/vgough.png","language":"C++","funding_links":[],"categories":["File Encryption","C++","Built On","others","Linux Tools","Rust"],"sub_categories":["Snippets Manager","Kafka"],"readme":"\nQuick configuration advice\n==========================\n\nThe configuration script will automatically find and make use of your installed\n'gettext' package. \n\nUsing This Package\n==================\n\nAs a user, if your language has been installed for this package, you\nonly have to set the `LANG' environment variable to the appropriate\n`LL_CC' combination.  Here `LL' is an ISO 639 two-letter language code,\nand `CC' is an ISO 3166 two-letter country code.  For example, let's\nsuppose that you speak German and live in Germany.  At the shell\nprompt, merely execute `setenv LANG de_DE' (in `csh'),\n`export LANG; LANG=de_DE' (in `sh') or `export LANG=de_DE' (in `bash').\nThis can be done from your `.login' or `.profile' file, once and for\nall.\n\n   You might think that the country code specification is redundant.\nBut in fact, some languages have dialects in different countries.  For\nexample, `de_AT' is used for Austria, and `pt_BR' for Brazil.  The\ncountry code serves to distinguish the dialects.\n\n   The locale naming convention of `LL_CC', with `LL' denoting the\nlanguage and `CC' denoting the country, is the one use on systems based\non GNU libc.  On other systems, some variations of this scheme are\nused, such as `LL' or `LL_CC.ENCODING'.  You can get the list of\nlocales supported by your system for your country by running the command\n`locale -a | grep '^LL''.\n\n   Not all programs have translations for all languages.  By default, an\nEnglish message is shown in place of a nonexistent translation.  If you\nunderstand other languages, you can set up a priority list of languages.\nThis is done through a different environment variable, called\n`LANGUAGE'.  GNU `gettext' gives preference to `LANGUAGE' over `LANG'\nfor the purpose of message handling, but you still need to have `LANG'\nset to the primary language; this is required by other parts of the\nsystem libraries.  For example, some Swedish users who would rather\nread translations in German than English for when Swedish is not\navailable, set `LANGUAGE' to `sv:de' while leaving `LANG' to `sv_SE'.\n\n   Special advice for Norwegian users: The language code for Norwegian\nbokma*l changed from `no' to `nb' recently (in 2003).  During the\ntransition period, while some message catalogs for this language are\ninstalled under `nb' and some older ones under `no', it's recommended\nfor Norwegian users to set `LANGUAGE' to `nb:no' so that both newer and\nolder translations are used.\n\n   In the `LANGUAGE' environment variable, but not in the `LANG'\nenvironment variable, `LL_CC' combinations can be abbreviated as `LL'\nto denote the language's main dialect.  For example, `de' is equivalent\nto `de_DE' (German as spoken in Germany), and `pt' to `pt_PT'\n(Portuguese as spoken in Portugal) in this context.\n\nTranslating\n===========\n\nEncFS is registered with Launchpad Translations - an online interface\nfor supplying translations.\nSee https://translations.launchpad.net/encfs/main/+pots/encfs\n\nIf your language is not included in this distribution, you may want\nto check if translated text is already available online in Launchpad.\nIf not, consider translating some of the strings, which will then be\nincluded in the next EncFS release.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvgough%2Fencfs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvgough%2Fencfs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvgough%2Fencfs/lists"}