Skip to content

Latest commit

 

History

History
66 lines (41 loc) · 2.02 KB

hash.rst

File metadata and controls

66 lines (41 loc) · 2.02 KB

Hash module

3.2.0

The Hash module allows you to calculate hashes (MD5, SHA1, SHA256) from portions of your file and create signatures based on those hashes.

Important

This module depends on the OpenSSL library. Please refer to compiling-yara for information about how to build OpenSSL-dependant features into YARA.

Good news for Windows users: this module is already included in the official Windows binaries.