Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 10 hours ago
JSON representation

برنامج باش للتحقق من تشفير MD5 وSHA1 وSHA256، للتحقق من مصداقية البرامج والملفات. Bash script checks MD5, SHA1, and SHA256 to verify the authenticity of programs and files.

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.