This patch implements the os.walk() based directory hashing mentioned in 3fb80a43. Rough benchmarking shows that while it's not terrible performance wise, the GNU tar based solution almost always outperforms it. Therefore it is used as a fallback implementation in case GNU tar is not found when trying to generate an identicon from a directory tree.
Description
CLI tool and library to generate OpenSSH style randomart identicons for arbitrary data.
Languages
Python
100%