This repo can generate a HTML page that show its own MD5 hash like my old 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-mainmkdir backupmv textcoll.sh ../scripts/textcoll.shchmod +x ../scripts/textcoll.shpython3 prefix.pypython3 suffix.pynew_index.htmlis 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).