Check your file hash to verify file integrity.
- Modes:
- Compare File Hash
- Generate File Hash
- Terminal help documentation
- Loading status bar
- MD4
- MD5
- SHA-1
- SHA-256
- SHA-512
Hashes can verify that a file has not been altered or corrupted. By comparing the hash of a file, we can ensure its integrity.
A common use case is verifying that a downloaded file or application has not been tampered with, providing assurance that the content is authentic and safe to use.
Roesti will inform you whether or not the compared hashes are the same
Match success! Both hashes are the same.
Both hashes are different.
You may consider generating file hashes when you want to verify its integrity before and after the file transfer, or when you have made a copy of it.
Important: ZIP files are supported. However, they are not the same as a directory/folder. It is important to ensure the file path provided to Roesti is not a directory.
- Python is installed
- Install requirements using
pip install -r requirements.txt
- Use
python main.py roestito run the app - For help, use
python main.py --helpto view available commands- For specific commands e.g.
python main.py generate-file-hash --help
- For specific commands e.g.
- Typer - Building CLI applications