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.
- 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.
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. |
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 🫀
Contributions are welcome! To contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature (
git checkout -b my-new-feature
). - Make your changes.
- Commit your changes (
git commit -m 'Add my new feature'
). - Push your branch (
git push origin my-new-feature
). - Open a Pull Request.
If you encounter any issues or have suggestions for improving the project, please use the GitHub issue tracker.
This project is licensed under the [LICENSE_NAME]. See the LICENSE file for more details.
- Miiraak - Lead Developer