Quickly hash images for your NFT collection.
Use at your own risk.
- Make sure images are only of the following types:
.jpg
.jpeg
.png
- This program will compute the SHA256 hash of the images located in the directory of the provided path.
- Install python
- Run
python3 quick-hash.py <path-to-image-folder> <output-file-name>.txt
- If you want to see program usage help, run
python3 quick-hash.py --help