{"id":22015219,"url":"https://github.com/wyhaya/aef","last_synced_at":"2025-05-07T00:34:48.503Z","repository":{"id":49239494,"uuid":"377761460","full_name":"wyhaya/aef","owner":"wyhaya","description":"An encrypted file archiver","archived":false,"fork":false,"pushed_at":"2025-02-22T02:52:52.000Z","size":15,"stargazers_count":4,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T12:06:07.246Z","etag":null,"topics":["aes-gcm","archiver","argon2","command-line","file-encryption","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/wyhaya.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":"2021-06-17T08:37:41.000Z","updated_at":"2025-02-22T02:52:55.000Z","dependencies_parsed_at":"2025-02-22T03:23:37.223Z","dependency_job_id":"9a86e260-4fef-42af-b541-6dc303d17c49","html_url":"https://github.com/wyhaya/aef","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wyhaya%2Faef","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wyhaya%2Faef/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wyhaya%2Faef/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wyhaya%2Faef/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wyhaya","download_url":"https://codeload.github.com/wyhaya/aef/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252791663,"owners_count":21804816,"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":["aes-gcm","archiver","argon2","command-line","file-encryption","rust"],"created_at":"2024-11-30T04:20:02.722Z","updated_at":"2025-05-07T00:34:48.492Z","avatar_url":"https://github.com/wyhaya.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# aef [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/wyhaya/aef/ci.yml?style=flat-square\u0026branch=main)](https://github.com/wyhaya/aef/actions) [![Crates.io](https://img.shields.io/crates/v/aef.svg?style=flat-square)](https://crates.io/crates/aef)\n\n`aef` is an encrypted file archiver, it uses `AES-256-GCM` to fully encrypt data and `Argon2id` to prevent brute force data cracking.\n\n\u003e [!WARNING]  \n\u003e * aef has not undergone any security check\n\u003e * Disruptive changes may occur prior to `1.0`\n\n## Install\n\n[Download](https://github.com/wyhaya/aef/releases) the binary from the release page\n\nOr use `cargo` to install\n\n```bash\ncargo install aef\n```\n\n## Usage\n\n\n```bash\n# Encrypt\naef -i ./your.file -o ./your.file.aef\n\n# Decrypt\naef -i ./your.file.aef -o ./your.file -d\n```\n\n#### Password\n\nBy default you will enter your password in the terminal, if you don't want to enter it manually you can use the `-p` option.\n\n```bash\naef -i ./file -o ./dist.aef -p 123456\n```\n\n### Pipeline\n\naef support transmission through `Pipeline`, you can use it in combination with commands like `tar`.\n\n```bash\n# Encrypt\ntar -czf - your.file | aef -o ./your-file.tgz.aef -p 123456\n\n# Decrypt\naef -i ./your-file.tgz.aef -p 123456 | tar -xzf -\n```\n\n#### Help\n\n```bash\naef --help\n```\n\n```bash\nUsage: aef [OPTIONS]\n\nOptions:\n  -i, --input \u003cINPUT\u003e                File | Stdin\n  -o, --output \u003cOUTPUT\u003e              File | Stdout\n  -p, --password \u003cPASSWORD\u003e          Set password\n  -d, --decrypt                      Decrypt file\n  ...\n  -h, --help                         Print help\n  -V, --version                      Print version\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwyhaya%2Faef","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwyhaya%2Faef","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwyhaya%2Faef/lists"}