[FormFields]
wb_command=R
wb_htaccess=$wbe{script_name}

[Authentication]
WB_AuthType=D
WB_Realm=Digest authentication test
WB_Scramble=T

[AuthUsers]
wbuser=%18%00%07%0D%16%00%16WE%0E

[EndOfConfiguration]
<!--WB_BeginTemplate-->
<html>
<head>
  <title>Password protected page (Digest)</title>
</head>
<body>
Hello $wbfn[htuser]!
This page is protected using digest authentication!
</body>
</html>