ssdeep hashes consists of three parts, separated by ::

  • chunk size : size of the chunks in rest of the hash

  • chunk : where each character represents a part of the file of length "chunk size"

  • double chunk : hash computation where "chunk size" = 2 * "chunk size" This function splits the single has string into three component parts.

split_hash(x)

Arguments

x

character vector of ssdeep hashes

Value

data frame

Examples

split_hash(hash_con(url("https://en.wikipedia.org/wiki/Donald_Knuth")))