{"id":19060329,"url":"https://github.com/martian56/enc","last_synced_at":"2025-09-07T08:31:51.766Z","repository":{"id":221469103,"uuid":"754456707","full_name":"martian56/enc","owner":"martian56","description":"Encrypt your files and directories with enc","archived":false,"fork":false,"pushed_at":"2025-04-11T18:56:39.000Z","size":30,"stargazers_count":12,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-20T14:43:50.487Z","etag":null,"topics":["data-encryption","directory-encryption","encryption","encryption-decryption","file-encrypter","file-encryption"],"latest_commit_sha":null,"homepage":"","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/martian56.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-02-08T04:53:08.000Z","updated_at":"2025-05-13T07:49:02.000Z","dependencies_parsed_at":"2025-08-20T14:43:54.115Z","dependency_job_id":"0f7269e3-d3f5-4e4c-a920-7ef5ba4243bd","html_url":"https://github.com/martian56/enc","commit_stats":null,"previous_names":["martian58/enc","martian56/enc"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/martian56/enc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martian56%2Fenc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martian56%2Fenc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martian56%2Fenc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martian56%2Fenc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/martian56","download_url":"https://codeload.github.com/martian56/enc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martian56%2Fenc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274011578,"owners_count":25207092,"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","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["data-encryption","directory-encryption","encryption","encryption-decryption","file-encrypter","file-encryption"],"created_at":"2024-11-09T00:14:43.757Z","updated_at":"2025-09-07T08:31:51.517Z","avatar_url":"https://github.com/martian56.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Enc\n\nEnc is a command-line tool for encrypting and decrypting files and folders using AES encryption. Encrypted files can only be decrypted with the key specified by the user.\n\n## Features\n\n- Encrypt files and folders\n- Decrypt encrypted files and folders with the user-specified key\n\n## Installation\n\nClone the repository to your local machine:\n\n```bash\ngit clone https://github.com/martian58/enc.git\ncd enc \nchmod +x install_requirements\nchmod +x enc\n./install_requirements\n```\n## For global usage\n```bash\nsudo cp enc /bin\n```\n\n## Usage\n\nTo encrypt a file:\n\n```bash\nenc --encrypt f \u003cfile_path\u003e\n```\n\nTo encrypt a folder:\n```bash\nenc --encrypt F \u003cfolder_path\u003e\n```\n\nTo decrypt an encrypted file:\n```bash\nenc --decrypt f \u003cfile_path\u003e\n```\n\nTo decrypt an encrypted folder:\n```bash\nenc --decrypt F \u003cfolder_path\u003e\n```\n\nYou will be prompted to enter the encryption/decryption key, which must be at least 16 characters long.\n\n## Example\n\nEncrypt a file:\n```bash\nenc --encrypt f secret.txt\n```\n\nDecrypt the encrypted file:\n```bash\nenc --decrypt f secret.txt\n```\nEncrypt a folder:\n```bash\nenc --encrypt F secret_folder\n```\nDecrypt the encrypted folder:\n```bash\nenc --decrypt F secret_folder\n```\n\n## Note\n\nMake sure to keep your encryption key secure. Once a file or folder is encrypted, it can only be decrypted with the correct key.\n\n## License\n\nThis project is licensed under the terms of the GNU General Public License (GPL) version 3. See the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartian56%2Fenc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmartian56%2Fenc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartian56%2Fenc/lists"}