Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 362 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 362 Bytes

victims-hash

Hashing mechanism used by victims to produce a unique fingerprint for a given archive. Currently supports .jar, .gem, .egg files.

from victims_hash.fingerprint import fingerprint
data = fingerprint('file.jar')

Build Status