{"id":21354637,"url":"https://github.com/yilmaz08/websum","last_synced_at":"2026-02-14T05:32:49.604Z","repository":{"id":250506105,"uuid":"834505189","full_name":"yilmaz08/websum","owner":"yilmaz08","description":"Next-gen integrity checker written in Rust","archived":false,"fork":false,"pushed_at":"2024-12-19T15:58:51.000Z","size":55,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-12T22:33:13.527Z","etag":null,"topics":["checksum","cli","command-line","command-line-tool","integrity","integrity-checker","sha256","sha256-hash","tool"],"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/yilmaz08.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2024-07-27T13:22:38.000Z","updated_at":"2025-03-14T09:31:31.000Z","dependencies_parsed_at":"2025-07-19T17:47:22.545Z","dependency_job_id":null,"html_url":"https://github.com/yilmaz08/websum","commit_stats":null,"previous_names":["yilmaz08/websum"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/yilmaz08/websum","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yilmaz08%2Fwebsum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yilmaz08%2Fwebsum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yilmaz08%2Fwebsum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yilmaz08%2Fwebsum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yilmaz08","download_url":"https://codeload.github.com/yilmaz08/websum/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yilmaz08%2Fwebsum/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29438460,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T05:24:35.651Z","status":"ssl_error","status_checked_at":"2026-02-14T05:24:34.830Z","response_time":53,"last_error":"SSL_read: 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":["checksum","cli","command-line","command-line-tool","integrity","integrity-checker","sha256","sha256-hash","tool"],"created_at":"2024-11-22T04:13:53.169Z","updated_at":"2026-02-14T05:32:49.575Z","avatar_url":"https://github.com/yilmaz08.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WebSum\nWebSum is a next-gen integrity checker written in Rust.\n\nIt can be used for finding out what an installation image contains or just validating it!\n## Installation\n```\n# Arch Linux\nyay -S websum-bin\n\n# Other\ncargo install websum\n```\n## How to use\nThe usage is pretty much the same as other tools like `sha256sum`\n```\n$ websum ./installation.iso\n```\nExample (Successful):\n```\n$ websum ./arch.iso\nProcessing...\nSHA256: 55284A14F71DF3E1E45A1E732097F2CA0034C0FC0D912E58812C2EEDEDA0828F\nThis file is a valid \"archlinux-2024.08.01-x86_64.iso\" file.\n```\nExample (Unsuccessful):\n```\n$ websum ./random.iso\nProcessing...\nSHA256: 59AFA864CE54B70CADFFE846A251CB8462E868188154CBB1BABFA92BEBF1C2A0\nThis file is not found in our archive! It is either invalid or not in our archive.\n```\n## How does it work\nWebSum firstly gets the sha256 hash of the file that is given as an argument.\nThen the result sha256 is used to set a url to the `archive` directory in this repository. (if the default server is used)\n```\nhttps://raw.githubusercontent.com/yilmaz08/websum/main/archive/%h (%h is replaced with sha256 hash)\n```\nand if the hash has been saved before, it contains the name of the file inside.\n\nFinally, the HTTP response is used to print final response.\n\nThe archive can also be used manually by getting the hash with sha256 and visiting the raw file on the browser (or with curl).\n\n## Contribution\nWebSum is open source and we welcome any contributions.\n\nYou can either improve/fix the code or update hashes from the archive.\n\n- Open an issue to discuss your proposed changes if it changes the source code. (When you only change the archive, you don't need an issue beforehand.)\n- Fork the repository and make needed changes on the forked repository. (If you split changes into different commits, it would be better.)\n- Open a pull request to merge your changes into the main WebSum repository.\n\nWe appreciate any contributions, no matter how small!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyilmaz08%2Fwebsum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyilmaz08%2Fwebsum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyilmaz08%2Fwebsum/lists"}