[FormFields]
wb_command=R
<!--WB_BeginTemplate-->
<html>
<head>
  <title>Calculating hash</title>
</head>
<body>
Source: $wbsetv[sample|This is a sample text for HASH calculation|T]<br/>
<br/>
Hexadecimal output:<br/>
MD5: $wbhash[MD5|$wbgetv[sample]]<br/>
SHA1:$wbhash[SHA1|$wbgetv[sample]]<br/>
SHA256: $wbhash[SHA256|$wbgetv[sample]]<br/>
SHA384: $wbhash[SHA384|$wbgetv[sample]]<br/>
SHA512: $wbhash[SHA512|$wbgetv[sample]]<br/>
<br/>
Base64 encoded output:<br/>
MD5: $wbhash[MD5|$wbgetv[sample]|B]<br/>
SHA1: $wbhash[SHA1|$wbgetv[sample]|B]<br/>
SHA256: $wbhash[SHA256|$wbgetv[sample]|B]<br/>
SHA384: $wbhash[SHA384|$wbgetv[sample]|B]<br/>
SHA512: $wbhash[SHA512|$wbgetv[sample]|B]<br/>
</body>
</html>