Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lmuhammed/bash-checksum-verifier
برنامج باش للتحقق من تشفير MD5 وSHA1 وSHA256، للتحقق من مصداقية البرامج والملفات. Bash script checks MD5, SHA1, and SHA256 to verify the authenticity of programs and files.
https://github.com/lmuhammed/bash-checksum-verifier
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
Last synced: 6 days ago
JSON representation
برنامج باش للتحقق من تشفير MD5 وSHA1 وSHA256، للتحقق من مصداقية البرامج والملفات. Bash script checks MD5, SHA1, and SHA256 to verify the authenticity of programs and files.
- Host: GitHub
- URL: https://github.com/lmuhammed/bash-checksum-verifier
- Owner: Lmuhammed
- License: gpl-3.0
- Created: 2023-11-24T12:35:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-07T16:48:42.000Z (5 months ago)
- Last Synced: 2024-11-22T01:41:40.409Z (2 months ago)
- 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
- Language: Shell
- Homepage:
- Size: 1.57 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BASH checksum-verifier
## الدليل بالعربية
بُريمج باش للتأكد من مصداقية أي برنامج ، حيث يُقدم لك البريمج إمكانية التحقق من المصداقية بواسطة ثلاث خوازميات : md5 sha1 sha256
### جدول المحتويات
- [التثبيت](#التثبيت)
- [الاستخدام](#الاستخدام)
- [المساهمة](#المساهمة)
- [الترخيص](#الترخيص)### التثبيت
- قُم بتزيل المستودع
إفتح الطرفية في مكانك المفضل :```bash
git https://github.com/Lmuhammed/Bash-checksum-verifier.git
```### الاستخدام
- قُم بالدخول إلى مجلد المُستودع
```bash
cd ./Bash-checksum-verifier
```
- تغيير صلاحيات البرنامج، حسب حاجتك : مثال
```bash
chmod 700 ./checksum-verifier
```
- شغل البرنامج :```bash
./checksum-verifier
```### المساهمة
إذا لاحظت أي مشكلة أو درت المُساهمة في التطوير ، لا تتردد في الإبلاغ غن خطأ
أو قم بنسخ المُستودع وأرسل التغييرات للمُراجعة .
### الترخيصموزعة بموجب ترخيص GPL3. انظر 'LICENSE.txt' لمزيد من المعلومات.
### English manual
#### Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)#### Installation
- Clone the repository
Open the terminal at your favorite location :```bash
git https://github.com/Lmuhammed/Bash-checksum-verifier.git
```#### Usage
- Navigate to the project folder
```bash
cd ./Bash-checksum-verifier
```
- Change the program's permissions, depending on your needs: Example
```bash
chmod 700 ./checksum-verifier
```
- Start the program :```bash
./checksum-verifier
```
- Follow the instructions#### Contributing
If you notice any issues or want to contribute to the development, feel free to report a bug or fork the repo and commit changes as PULL REQUEST
#### License
Distributed under the GPL3 License. See `LICENSE.txt` for more information.