<div dir="ltr">2013/3/25 Lukas Gebauer <span dir="ltr"><<a href="mailto:gebylist@mlp.cz" target="_blank">gebylist@mlp.cz</a>></span><br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div class="im">> Using Synapse:<br>
> uses<br>
> synacode;<br>
> begin<br>
> Write(HMAC_SHA1('The quick brown fox jumped over the lazy dog.',<br>
> 'secret'); end. Result: ]M?p { ? #?>O"?c I<br>
<br>
</div>...because you must convert binary string into hexadecimal string, if<br>
you wish. Use:<br>
<br>
write(StrToHex(HMAC_SHA1('The quick brown fox jumped over the lazy<br>
dog.', 'secret')));<br><span class=""><font color="#888888"><br>
--<br>
Lukas Gebauer.<br>
<br>
<a href="http://synapse.ararat.cz/" target="_blank">http://synapse.ararat.cz/</a> - Ararat Synapse - TCP/IP Lib.<br>
<a href="http://geoget.ararat.cz/" target="_blank">http://geoget.ararat.cz/</a> - Geocaching solution</font></span></blockquote></div><div class="gmail_extra"><br></div>Hello Lukas, thank you very much for the information friend. :)<br clear="all">
<div><br></div><div>I've a friend who uses Synapse with Delphi and I'll indicate this routine! ;)<br></div><div><br></div>-- <br>Silvio Clécio<br>My public projects - <a href="http://github.com/silvioprog" target="_blank">github.com/silvioprog</a>
</div></div>