This repo can generate a HTML page that show its own MD5 hash like my homepage.
- Install HashClash
- Download and unzip this repo inside the folder
hashclash
- Edit
index.html
, use placeholder[MD5]
to specify where to show. cd md5-html-main
mkdir backup
mv textcoll.sh ../scripts/textcoll.sh
chmod +x ../scripts/textcoll.sh
python3 prefix.py
python3 suffix.py
new_index.html
is the output
The total runnig time will be roughly 5 days on a 64 cores server, but after the first running, updating suffix is ~0.5 hour.
Checkpoints are stored and loaded automaticly, so you can freely execute / stop prefix.py
.
If you want to update suffix (i.e. content below [MD5]
), just execute python3 suffix.py
again after editing index.hml
.
See My Zhihu answer (in Chinese).