Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miiraak/checksumtestfiles
A various collection of file for checksum testing.
https://github.com/miiraak/checksumtestfiles
checksum testfile
Last synced: about 1 month ago
JSON representation
A various collection of file for checksum testing.
- Host: GitHub
- URL: https://github.com/miiraak/checksumtestfiles
- Owner: Miiraak
- License: mit
- Created: 2024-12-06T16:14:07.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-06T17:07:38.000Z (about 2 months ago)
- Last Synced: 2024-12-06T17:26:49.323Z (about 2 months ago)
- Topics: checksum, testfile
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Checksum Test Files
## Description
This repository provides a collection of test files specifically designed for checksum validation tools. It includes files of various sizes as well as corrupted files to test the robustness of checksum software. The project aims to simplify validation tests and offer a reliable resource for developers and testers.
## Features
- **Test Files**:
- Sizes: 1 Kio, 100 Kio, 1 Mio, 100 Mio, 1 Gio.
- Various formats: text, binary, image, video, and more.
- **Practical Tools**:
- Scripts and utilities to generate or verify checksums.### Features in development
|||
|---|---|
| **Corrupted Files** | A collection of intentionally corrupted files for robustness testing. |
| **More Formats** | Additional file types such as compressed archives or audio files. |
| **GitHub Actions** | Automated workflows to validate checksums in the repository. |## Usage
Clone the repository and use the included files for testing your checksum validation tools. You can also use the utilities provided in the `/tools` directory to generate or verify checksums.
Feel free to test my [ChecksumCheck](https://github.com/Miiraak/ChecksumCheck) 🫀## Contributing
Contributions are welcome! To contribute to this project, please follow these steps:
1. Fork the repository.
2. Create a new branch for your feature (`git checkout -b my-new-feature`).
3. Make your changes.
4. Commit your changes (`git commit -m 'Add my new feature'`).
5. Push your branch (`git push origin my-new-feature`).
6. Open a Pull Request.## Issues and Suggestions
If you encounter any issues or have suggestions for improving the project, please use the [GitHub issue tracker](https://github.com/Miiraak/checksum-test-files/issues).
## License
This project is licensed under the [LICENSE_NAME]. See the [LICENSE](./LICENSE) file for more details.
## Authors
- [**Miiraak**](https://github.com/Miiraak) - *Lead Developer*