{"id":17395096,"url":"https://github.com/samuel-lucas6/milva","last_synced_at":"2025-08-19T03:04:24.376Z","repository":{"id":63093821,"uuid":"319059924","full_name":"samuel-lucas6/Milva","owner":"samuel-lucas6","description":"A simple, cross-platform command line tool for hashing files and text.","archived":false,"fork":false,"pushed_at":"2024-05-23T16:52:16.000Z","size":188,"stargazers_count":10,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-11T06:52:13.708Z","etag":null,"topics":["blake2","blake2b","blake3","checksums","cli","hash","hashing","integrity-checker","integrity-tool","md5","milva","sha1","sha2","sha256","sha3","sha384","sha512","shake","shake128","shake256"],"latest_commit_sha":null,"homepage":"https://samuellucas.com/Milva","language":"C#","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/samuel-lucas6.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":"2020-12-06T15:02:38.000Z","updated_at":"2024-10-21T19:49:43.000Z","dependencies_parsed_at":"2025-04-15T13:54:22.661Z","dependency_job_id":"0303b75c-5535-4ae1-9025-cef9790a5f45","html_url":"https://github.com/samuel-lucas6/Milva","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/samuel-lucas6/Milva","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samuel-lucas6%2FMilva","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samuel-lucas6%2FMilva/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samuel-lucas6%2FMilva/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samuel-lucas6%2FMilva/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samuel-lucas6","download_url":"https://codeload.github.com/samuel-lucas6/Milva/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samuel-lucas6%2FMilva/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271092978,"owners_count":24697915,"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-08-19T02:00:09.176Z","response_time":63,"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":["blake2","blake2b","blake3","checksums","cli","hash","hashing","integrity-checker","integrity-tool","md5","milva","sha1","sha2","sha256","sha3","sha384","sha512","shake","shake128","shake256"],"created_at":"2024-10-16T11:04:19.987Z","updated_at":"2025-08-19T03:04:24.350Z","avatar_url":"https://github.com/samuel-lucas6.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-green.svg)](https://github.com/samuel-lucas6/Milva/blob/main/LICENSE)\n\n# Milva\n\nA simple, cross-platform command line tool for hashing files and text.\n\n![milva](https://user-images.githubusercontent.com/63159663/201488103-111d3746-dd78-41a9-b822-265cfcb57620.gif)\n\n## Usage\n\n```\nUsage: milva [options] \u003cinputs\u003e\n\nArguments:\n  inputs         specify files/directories or text\n\nOptions:\n  --blake3       use BLAKE3-256\n  --shake256     use SHAKE256\n  --shake128     use SHAKE128\n  --sha3-512     use SHA3-512\n  --sha3-384     use SHA3-384\n  --sha3-256     use SHA3-256\n  --blake2b-512  use BLAKE2b-512\n  --blake2b-384  use BLAKE2b-384\n  --blake2b-256  use BLAKE2b-256\n  --blake2b-160  use BLAKE2b-160\n  --blake2s-256  use BLAKE2s-256\n  --blake2s-224  use BLAKE2s-224\n  --blake2s-160  use BLAKE2s-160\n  --blake2s-128  use BLAKE2s-128\n  --sha512       use SHA-512\n  --sha384       use SHA-384\n  --sha256       use SHA-256\n  --whirlpool    use Whirlpool\n  --ripemd-320   use RIPEMD-320\n  --ripemd-256   use RIPEMD-256\n  --ripemd-160   use RIPEMD-160\n  --ripemd-128   use RIPEMD-128\n  --sha1         use SHA-1\n  --md5          use MD5\n  -t|--text      specify text instead of files/directories\n  -a|--about     view the program version and license\n  -h|--help      show help information\n\nExamples:\n  --sha256 [file]\n  --sha256 [directory]\n  --sha256 --text [text]\n```\n\nWhen specifying file names/paths or text containing spaces, you must surround them with \"speech marks\":\n\n```\n$ milva --sha256 \"GitHub Logo.png\"\n$ milva --sha256 \"C:\\Users\\samuel-lucas6\\Pictures\\GitHub Logo.png\"\n```\n\n## Running Milva\n\nOn Windows via the Command Prompt:\n\n```\n$ cd \"[download path]\"\n$ milva -h\n```\n\nOn Linux and macOS via the terminal:\n\n```\n$ cd \"[download path]\"\n$ chmod +x milva\n$ ./milva -h\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamuel-lucas6%2Fmilva","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamuel-lucas6%2Fmilva","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamuel-lucas6%2Fmilva/lists"}