CLI tool and library to generate OpenSSH style randomart identicons for arbitrary data.
Go to file
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
identicon Enforce consistent string quoting style 2022-02-14 01:29:30 +01:00
main.py Implement independent directory tree hashing without tar 2022-02-14 22:32:00 +01:00
stream.py Implement independent directory tree hashing without tar 2022-02-14 22:32:00 +01:00