https://github.com/simoso68/getfilehash
Get hashes of files.
https://github.com/simoso68/getfilehash
Last synced: 2 days ago
JSON representation
Get hashes of files.
- Host: GitHub
- URL: https://github.com/simoso68/getfilehash
- Owner: Simoso68
- License: gpl-3.0
- Created: 2023-08-09T16:41:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-08T09:45:06.000Z (almost 2 years ago)
- Last Synced: 2025-10-18T20:01:19.341Z (9 months ago)
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# getfilehash
A program to get the hash of a file easily.
## Why?
This program was made for quickly checking file hashes for verifying files.
## Supported algorithms
- sha1
- sha256
- sha512
- md5
## Installation
### External dependencies
- git
- python3
- make
- sudo
### Installing
- Copy and paste this into your terminal (bash)
```bash
git clone https://github.com/Simoso68/getfilehash.git && cd getfilehash && sudo make build install && cd .. && rm -rf getfilehash
```
## Usage
```
getfilehash
```
## Example
```
getfilehash sha256 app.py another_app.py some_script.sh my_stuff.zip
```
## License
[getfilehash](https://github.com/Simoso68/getfilehash) by [Simoso68](https://github.com/Simoso68) is licensed under the [GNU General Public License Version 3](https://gnu.org/licenses/gpl-3.0). \
Click [here](https://github.com/Simoso68/getfilehash/blob/main/LICENSE) to view the LICENSE file.