mirror of
https://github.com/billbuchanan/appliedcrypto.git
synced 2026-02-20 13:50:42 +00:00
5 lines
247 B
Plaintext
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.')
|