{"id":17962544,"url":"https://github.com/eneko/axx","last_synced_at":"2025-06-15T18:37:02.278Z","repository":{"id":49026632,"uuid":"173416997","full_name":"eneko/Axx","owner":"eneko","description":"Encrypt / decrypt files from the command line","archived":false,"fork":false,"pushed_at":"2021-06-30T22:39:22.000Z","size":38,"stargazers_count":5,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-10T18:50:23.055Z","etag":null,"topics":["cli","command-line-tool","cryptography","encryption","swift","swiftpm"],"latest_commit_sha":null,"homepage":null,"language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eneko.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}},"created_at":"2019-03-02T07:23:28.000Z","updated_at":"2021-12-12T18:31:33.000Z","dependencies_parsed_at":"2022-09-22T13:31:20.781Z","dependency_job_id":null,"html_url":"https://github.com/eneko/Axx","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eneko%2FAxx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eneko%2FAxx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eneko%2FAxx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eneko%2FAxx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eneko","download_url":"https://codeload.github.com/eneko/Axx/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234594486,"owners_count":18857464,"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":["cli","command-line-tool","cryptography","encryption","swift","swiftpm"],"created_at":"2024-10-29T11:19:41.140Z","updated_at":"2025-01-19T03:18:22.409Z","avatar_url":"https://github.com/eneko.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# axx\n\nEncrypt / decrypt files from the command line.\n\n![](https://cdn-images-1.medium.com/max/1600/1*xaPn6yEq6H_3TNc7ZZkDew.png)\n\n```\n$ axx\nOVERVIEW: Easily encrypt/decrypt files from the command line\n\nUSAGE: axx \u003csubcommand\u003e\n\nOPTIONS:\n  --version               Show the version.\n  -h, --help              Show help information.\n\nSUBCOMMANDS:\n  k                       Generate an encryption key\n  e                       Encrypt one or more files\n  d                       Decrypt one or more files\n\n  See 'axx help \u003csubcommand\u003e' for detailed help.\n```\n\n## Usage\n\n### Key Generation\n\nWith Axx is very easy to generate AES 256 encryption keys.\n```\n$ axx k \u003e ~/.mykey.pem\n```\n\n⚠️ Keys must be kept safe and secure. Without the key, it would be impossible to recover an encrypted file.\n\n### File Encryption\n\nAxx supports file encryption with key, passphrase, or passphrase + salt.\n\nWith key:\n```\n$ axx e -i ~/.mykey.pem secretstuff.txt\n```\n\nWith passphrase:\n```\n$ axx e -p pass secretstuff.txt\n```\n\nWith passphrase and salt:\n```\n$ axx e -p pass -s sugar secretstuff.txt\n```\n\n### File Decryption\n\nAxx supports file decryption with key, passphrase, or passphrase + salt.\n\nWith key:\n```\n$ axx d -i ~/.mykey.pem secretstuff.txt.enc\n```\n\nWith passphrase:\n```\n$ axx d -p pass secretstuff.txt.enc\n```\n\nWith passphrase and salt:\n```\n$ axx d -p pass -s sugar secretstuff.txt.enc\n```\n\n\n## Installation\n\n### With Homebrew\n```\n$ brew install eneko/tap/axx\n```\n\n### From source\n```\n$ git clone https://github.com/eneko/Axx.git \u0026\u0026 cd Axx\n$ make install\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feneko%2Faxx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feneko%2Faxx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feneko%2Faxx/lists"}