ok, i say, set %pass.test $md5(blahblah)
returns cc5985ab3406f600b03a786c516fb09a
but i can't use it unless i enter the original $md5(blahblah)
such as this
$iif(%pass.test == $md5(blahblah),yes,no)

so how is this so secretive when if you simply looked where the user had to check whether $md5 was equal to
%pass.test

can you tell me what im missing here?