{"id":20822081,"url":"https://github.com/andy-goryachev/dircrypt","last_synced_at":"2026-05-26T20:07:04.544Z","repository":{"id":125410943,"uuid":"573640400","full_name":"andy-goryachev/DirCrypt","owner":"andy-goryachev","description":"Command Line Utility for Encrypting Folders","archived":false,"fork":false,"pushed_at":"2023-04-29T17:07:25.000Z","size":2894,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-12T23:40:14.170Z","etag":null,"topics":["backup","cloud-security","command-line","encrypt-directories","encrypted-backup","encryption-decryption","scrypt","xsalsa20"],"latest_commit_sha":null,"homepage":"","language":"Java","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/andy-goryachev.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":"2022-12-03T00:55:38.000Z","updated_at":"2024-03-09T22:35:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"7560aec9-12a9-4319-879e-e55d933107ef","html_url":"https://github.com/andy-goryachev/DirCrypt","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andy-goryachev/DirCrypt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andy-goryachev%2FDirCrypt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andy-goryachev%2FDirCrypt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andy-goryachev%2FDirCrypt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andy-goryachev%2FDirCrypt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andy-goryachev","download_url":"https://codeload.github.com/andy-goryachev/DirCrypt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andy-goryachev%2FDirCrypt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33536815,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"ssl_error","status_checked_at":"2026-05-26T15:22:15.568Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["backup","cloud-security","command-line","encrypt-directories","encrypted-backup","encryption-decryption","scrypt","xsalsa20"],"created_at":"2024-11-17T22:13:54.848Z","updated_at":"2026-05-26T20:07:04.513Z","avatar_url":"https://github.com/andy-goryachev.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DirCrypt\nCommand Line Utility for Encrypting Folders.\n\nUses [scrypt](https://en.wikipedia.org/wiki/Scrypt)\nfor password-based key derivation function and \n[XSalsa20](https://en.wikipedia.org/wiki/Salsa20#XChaCha) cipher.\n\n**Download:** [DirCrypt.jar](https://github.com/andy-goryachev/DirCrypt/raw/main/dist/DirCrypt.jar)\n\n## Encrypt\n\n```\n  java -jar DirCrypt.jar --enc --out FILE [options] DIR1 DIR2 ...\n```\n\n## Decrypt\n\n```\n  java -jar DirCrypt.jar --dec --in FILE --dest OUTDIR [options]\n```\n\n## List Archive Contents\n\n```\n  java -jar DirCrypt.jar --list --in FILE [options]\n```\n\n## Verify Archive Contents\n\n```\n  java -jar DirCrypt.jar --verify --in FILE [options]\n```\n\n## Options\n\n| Option | Argument | Description | Default Value | Required For |\n|---|---|---|---|---|\n|--dec| |Decrypts archive| |Decryption|\n|--dest|Directory|Specifies the destination directory| |Decryption|\n|--enc| |Encrypts file(s) or directories| |Encryption|\n|--force| |Overwrites output file(s)| |Decryption|\n|--help| |Prints usage| | |\n|--ignoreErrors| |Ignore integrity errors, decrypt corrupt files| | |\n|--in|File|Specifies input archive file name| |Encryption, Listing, Verify|\n|--list| |Lists file contents| |Listing|\n|--out|File|Specifies output archive file| |Encryption|\n|--pass|Text|Passphrase| | |\n|--scryptN|Integer|Scrypt N parameter|32768| |\n|--scryptP|Integer|Scrypt P parameter|32| |\n|--scryptR|Integer|Scrypt R parameter|16| |\n|--verbose| |Logs diagnostic messages to stdout| | |\n|--verify| |Verifies archive integrity| |Verify|\n|--version| |Prints version string| | |\n\n\n## Security\n\nPlease refer to the [File Format Specification](doc/FileFormatSpec.md).\n\n\n## WARNING\n\nThe code has not been formally reviewed.  Do not use in production.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandy-goryachev%2Fdircrypt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandy-goryachev%2Fdircrypt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandy-goryachev%2Fdircrypt/lists"}