Kristóf Tóth bde2b0067e Implement independent directory tree hashing without tar
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.
2022-02-14 22:32:00 +01:00
Description
CLI tool and library to generate OpenSSH style randomart identicons for arbitrary data.
273 KiB
Languages
Python 100%