Files
billbuchanan 4d24a6b2a6 Update
2022-02-23 18:56:10 +00:00

5 lines
247 B
Plaintext

import ssdeep
hash1 = ssdeep.hash('Also called fuzzy hashes, Ctph can match inputs that have homologies.')
'3:AXGBicFlgVNhBGcL6wCrFQEv:AXGHsNhxLsr2C'
>>> hash2 = ssdeep.hash('Also called fuzzy hashes, CTPH can match inputs that have homologies.')