{"id":15031427,"url":"https://github.com/makischristou/crabguard","last_synced_at":"2026-03-13T16:30:58.140Z","repository":{"id":197640508,"uuid":"695625514","full_name":"MakisChristou/crabguard","owner":"MakisChristou","description":"🦀🔒 crabguard: A cli tool for end-to-end encryption for s3 storage","archived":false,"fork":false,"pushed_at":"2024-12-25T10:58:21.000Z","size":244,"stargazers_count":3,"open_issues_count":13,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-11T23:18:03.700Z","etag":null,"topics":["aes","backblaze-b2","cli","cloud","cloud-storage","crabguard","cryptography","encryption","rclone","rust","rustlang","s3"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MakisChristou.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}},"created_at":"2023-09-23T18:30:13.000Z","updated_at":"2025-01-14T16:27:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"3432384b-c4d2-423d-af58-1de2f3f5144b","html_url":"https://github.com/MakisChristou/crabguard","commit_stats":{"total_commits":79,"total_committers":2,"mean_commits":39.5,"dds":0.05063291139240511,"last_synced_commit":"3f0f17cfed0a8aefd7ef7eed6f12e850b7a9aa1a"},"previous_names":["makischristou/crabguard"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MakisChristou/crabguard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MakisChristou%2Fcrabguard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MakisChristou%2Fcrabguard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MakisChristou%2Fcrabguard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MakisChristou%2Fcrabguard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MakisChristou","download_url":"https://codeload.github.com/MakisChristou/crabguard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MakisChristou%2Fcrabguard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30470991,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-13T11:00:43.441Z","status":"ssl_error","status_checked_at":"2026-03-13T11:00:23.173Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["aes","backblaze-b2","cli","cloud","cloud-storage","crabguard","cryptography","encryption","rclone","rust","rustlang","s3"],"created_at":"2024-09-24T20:15:39.361Z","updated_at":"2026-03-13T16:30:58.091Z","avatar_url":"https://github.com/MakisChristou.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"🦀🔒 crabguard: A cli tool for end-to-end encryption for remote and local storage\n\n[![crates.io](https://buildstats.info/crate/crabguard)](https://crates.io/crates/crabguard)\n\n## Features\n- Encrypted upload, download and delete operations on Amazon S3 storage\n- AES-GCM symmetric encryption with random 96-bit nonce\n- Hashed filenames using sha256\n- File chuking (currently chunk size is hardcoded to 1MB)\n- Resume upload/download when interuppted\n- Handles big files (as large as the disk can handle)\n\n## Future Work\n- Handle incomplete/corrupted files\n- Password based key derivation\n- Dynamic file chunking\n- Improve latency and performance (e.g. upload/download multiple chunks in separate connections)\n\n## Getting started\nCreate a `.env` file like so\n\n```\nAWS_ACCESS_KEY_ID=...\nAWS_SECRET_ACCESS_KEY=...\nAWS_REGION_NAME=us-west-004\nAWS_ENDPOINT=s3.us-west-004.backblazeb2.com\nAWS_BUCKET_NAME=testbucket\n```\n\nWhen the upload command is run a new key will be generated and stored in your `.env` file. It goes without saying that you should backup this key. If you lose it you can't decrypt your files or even the filenames. \n\n## Common Commands\n\n```bash\ncargo r --release -- upload ~/Downloads/23-08-11\\ 11-35-15\\ 3555.jpg\n```\n\n```bash\ncargo r --release -- download 23-08-11\\ 11-35-15\\ 3555.jpg\n```\n\n```bash\ncargo r --release -- delete 23-08-11\\ 11-35-15\\ 3555.jpg\n```\n\n```bash\ncargo r --release -- list\n```\n\n```bash\ncargo r --release -- mnemonic\n```\n\n```bash\ncargo r --release -- keygen \"train switch nuclear device polar tilt shift hurry board stick recall device\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakischristou%2Fcrabguard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmakischristou%2Fcrabguard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakischristou%2Fcrabguard/lists"}