{%TEMPLATE->struct/head%} {%TEMPLATE->struct/menu%}

Hash Search

{%TEMPLATE->struct/messages%}
Search
{{IF [[result]]}}
{{FOREACH entry;[[resultEntries]]}} {{ENDFOREACH}}
[[htmlentities([[entry.getVal('query')]], ENT_QUOTES, "UTF-8")]] {{IF [[entry.getVal('found')]]}} {{FOREACH match;[[entry.getVal('matches')]]}} [[htmlentities([[match.getHash()]], ENT_QUOTES, "UTF-8")]]{{IF [[strlen([[match.getSalt()]])]] > 0}}:[[htmlentities([[match.getSalt()]], false, "UTF-8")]]{{ENDIF}} {{IF [[match.getIsCracked()]]}} cracked: [[htmlentities([[match.getPlaintext()]], ENT_QUOTES, "UTF-8")]]{{ENDIF}} in hashlist [[hashlists.getVal([[match.getHashlistId()]]).getHashlistName()]]
{{ENDFOREACH}} {{ELSE}} NOT FOUND {{ENDIF}}
{{ENDIF}} {%TEMPLATE->struct/foot%}