bde2b0067e903b743a170c256a0758f12bef0329
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%