{"id":15067269,"url":"https://github.com/lmuhammed/bash-checksum-verifier","last_synced_at":"2026-01-03T11:19:51.969Z","repository":{"id":209002871,"uuid":"722994715","full_name":"Lmuhammed/Bash-checksum-verifier","owner":"Lmuhammed","description":"برنامج باش للتحقق من تشفير MD5 وSHA1 وSHA256، للتحقق من مصداقية البرامج والملفات. Bash script checks MD5, SHA1, and SHA256  to verify the authenticity of programs and files. ","archived":false,"fork":false,"pushed_at":"2024-09-07T16:48:42.000Z","size":1645,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-22T16:23:04.008Z","etag":null,"topics":["bash","bash-script","bash-scripting","bash-scripts","checksum","checksum-calculation","checksum-validator","checksums","linux","linux-app","linux-shell","md5","md5-checksum","md5-hash","sha1-hash","sha1sum","sha256","sha256-hash"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/Lmuhammed.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-11-24T12:35:41.000Z","updated_at":"2024-11-26T15:50:32.000Z","dependencies_parsed_at":"2024-06-19T06:27:47.515Z","dependency_job_id":"e4e6594f-3523-4641-9907-838fa972d3f0","html_url":"https://github.com/Lmuhammed/Bash-checksum-verifier","commit_stats":null,"previous_names":["x00byte/sum_verifier","l-mohamed/py-checksum-verifier","lm-47/verifysumpython","lmuhammed/bash-checksum-verifier"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lmuhammed%2FBash-checksum-verifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lmuhammed%2FBash-checksum-verifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lmuhammed%2FBash-checksum-verifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lmuhammed%2FBash-checksum-verifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lmuhammed","download_url":"https://codeload.github.com/Lmuhammed/Bash-checksum-verifier/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243822307,"owners_count":20353499,"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":["bash","bash-script","bash-scripting","bash-scripts","checksum","checksum-calculation","checksum-validator","checksums","linux","linux-app","linux-shell","md5","md5-checksum","md5-hash","sha1-hash","sha1sum","sha256","sha256-hash"],"created_at":"2024-09-25T01:18:57.903Z","updated_at":"2026-01-03T11:19:51.964Z","avatar_url":"https://github.com/Lmuhammed.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv style=\"text-align: center;\"\u003e\n\n# BASH checksum-verifier \n\u003c/div\u003e\n\n\u003cdiv style=\"text-align: right;\"\u003e\n\n## الدليل بالعربية \n\nبُريمج باش للتأكد من مصداقية أي برنامج ، حيث يُقدم لك البريمج إمكانية التحقق من المصداقية بواسطة ثلاث خوازميات : md5 sha1 sha256 \n\n### جدول المحتويات\n\n- [التثبيت](#التثبيت)\n- [الاستخدام](#الاستخدام)\n- [المساهمة](#المساهمة)\n- [الترخيص](#الترخيص)\n\n\n### التثبيت\n\n- قُم بتزيل المستودع \u003cbr\u003e\n إفتح الطرفية في مكانك المفضل :\n\n```bash\ngit https://github.com/Lmuhammed/Bash-checksum-verifier.git\n```\n\n### الاستخدام\n\n- قُم بالدخول إلى مجلد المُستودع \n\n```bash\ncd ./Bash-checksum-verifier\n```\n- تغيير صلاحيات البرنامج، حسب حاجتك : مثال \u003cbr\u003e \n\n```bash\nchmod 700 ./checksum-verifier\n```\n- شغل البرنامج : \n\n```bash\n./checksum-verifier\n```\n- إتبع التعليمات\n\n\n### المساهمة\n\nإذا لاحظت أي مشكلة أو درت المُساهمة في التطوير ، لا تتردد في \u003ca href=\"https://github.com/Lmuhammed/Bash-checksum-verifier/issues\"\u003eالإبلاغ غن خطأ\u003c/a\u003e\nأو قم بنسخ المُستودع وأرسل التغييرات للمُراجعة .\n### الترخيص\n\nموزعة بموجب ترخيص GPL3. انظر 'LICENSE.txt' لمزيد من المعلومات.\n\n\n\u003c/div\u003e \n\n### English manual  \n\n#### Table of Contents\n\n- [Installation](#installation)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n\n#### Installation\n\n- Clone the repository \u003cbr\u003e\n Open the terminal at your favorite location :\n\n```bash\ngit https://github.com/Lmuhammed/Bash-checksum-verifier.git\n```\n\n#### Usage\n\n\n- Navigate to the project folder \n\n```bash\ncd ./Bash-checksum-verifier\n```\n- Change the program's permissions, depending on your needs: Example\u003cbr\u003e \n\n```bash\nchmod 700 ./checksum-verifier\n```\n- Start the program : \n\n```bash\n./checksum-verifier\n```\n- Follow the instructions\n\n#### Contributing\n\nIf you notice any issues or want to contribute to the development, feel free to  \u003ca href=\"https://github.com/Lmuhammed/Bash-checksum-verifier/issues\"\u003ereport a bug\u003c/a\u003e or  fork the repo and commit changes as PULL REQUEST\n\n#### License\n\nDistributed under the GPL3 License. See `LICENSE.txt` for more information.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flmuhammed%2Fbash-checksum-verifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flmuhammed%2Fbash-checksum-verifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flmuhammed%2Fbash-checksum-verifier/lists"}