Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.9 KB

README.md

File metadata and controls

47 lines (32 loc) · 1.9 KB

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 🫀

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.

License

This project is licensed under the [LICENSE_NAME]. See the LICENSE file for more details.

Authors