Re: [WebDNA] Create a cryptographic Mac key...

This WebDNA talk-list message is from

2016


It keeps the original formatting.
numero = 113156
interpreted = N
texte = 744 This is a multi-part message in MIME format. --------------050407000508070607010302 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Hi Tom, it seems to be working but I'm not getting the right Mac key at the end..= .. With your code I have Value =3D2780154*05/11/2016:23:01:57*50 EUR*147838331710*Finale=20 Championnat de M=E9diterran=E9e Laser=20 2016*3.0*FR*clubnautiq*webmaster@cnsr.fr********** Key=3D mykey I get the following "c8b75a4f5268376368218b8e36ea674980a1e396 " (I don't=20 understand why I get a space at the end) but the banks server tells me I should get this=20 "A4FE0F****************************FE6CE5" Do you have any clue? Thanks Lawrence > Tom Duke > 31 octobre 2016 14:00 > Lawrence, > > Hi - this shell command should do the trick: > > [shell]echo -n "value" | openssl sha1 -hmac "key"[/shell] > > replace the value and key with your values. > > - Tom > > > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > Digital Revolutionaries > 1st Floor, Castleriver House > 14-15 Parliament Street > Temple Bar,Dublin 2 > Ireland > ---------------------------------------------- > [t]: + 353 1 4403907 > [e]: > > [w]: > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > > --------------------------------------------------------- This message=20 > is sent to you because you are subscribed to the mailing list . To=20 > unsubscribe, E-mail to: archives:=20 > http://mail.webdna.us/list/talk@webdna.us Bug Reporting:=20 > support@webdna.us > Lawrence Banahan > 29 octobre 2016 11:54 > Hi Tom, > I got the info, it is HMAC-SHA1 > I'm running Webdna 6 with MacOsX > They also propose me to use a Python script, what do you think about it= ? > Thanks in advance > Lawrence > > > Tom Duke > 24 octobre 2016 19:28 > Laurence. > > Hi - you need to know what type of hash they are looking for. It's=20 > likely to be SHA-1 or SHA-256. > > Once you know that there are different ways to do it depending on your=20 > version of WebDNA and your OS - assuming you can run [shell] commands. > > - Tom > > > > > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > Digital Revolutionaries > 1st Floor, Castleriver House > 14-15 Parliament Street > Temple Bar,Dublin 2 > Ireland > ---------------------------------------------- > [t]: + 353 1 4403907 > [e]: > > [w]: > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > > --------------------------------------------------------- This message=20 > is sent to you because you are subscribed to the mailing list . To=20 > unsubscribe, E-mail to: archives:=20 > http://mail.webdna.us/list/talk@webdna.us Bug Reporting:=20 > support@webdna.us > Lawrence Banahan > 24 octobre 2016 16:22 > Hello, > I wonder if any body knows how to sort this out with Webdna > I'm finishing a project with CC payment. > The bank is asking me to have a cryptographic hash in combination with=20 > a secret key to specification RFC 2104. > I understand what it mean, but I have no clue on how to do it... > Google didn't help me with that either :-( > it looks like php as a fontion for that=20 > http://fr.php.net/manual/en/function.hash-hmac.php > Would any body had gone through this? > Thanks for feed back > Lawrence --------------050407000508070607010302 Content-Type: multipart/related; boundary="------------050706080105000207080207" --------------050706080105000207080207 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi Tom,

it seems to be working but I'm not getting the right Mac key at the end...

With your code I have

Value =2780154*05/11/2016:23:01:57*50 EUR*147838331710*Finale Championnat de Méditerranée Laser 2016*3.0*FR*clubnautiq*webmaster@cnsr.fr**********
Key= mykey
I get the following "c8b75a4f5268376368218b8e36ea674980a1e396 " (I don't understand why I get a space at the end)
but the banks server tells me I should get this "A4FE0F****************************FE6CE5"

Do you have any clue?

Thanks
Lawrence

31 octobre 2016 14:00
Lawrence,

Hi - this shell command should do the trick:

    [shell]echo -n "value" | openssl sha1 -hmac "key"[/shell]

replace the value and key with your values.

- Tom



==============================================
Digital Revolutionaries
1st Floor, Castleriver House
14-15 Parliament Street
Temple Bar,Dublin 2
Ireland
----------------------------------------------
[t]: + 353 1 4403907
[e]: <mailto:tom@revolutionaries.ie>
[w]: <http://www.revolutionaries.ie/>
==============================================


--------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.us Bug Reporting: support@webdna.us

Lawrence Banahan
29 octobre 2016 11:54
Hi Tom,
I got the info, it is HMAC-SHA1
I'm running Webdna 6 with MacOsX
They also propose me to use a Python script, what do you think about it?
Thanks in advance
Lawrence



Tom Duke
24 octobre 2016 19:28
Laurence.

Hi - you need to know what type of hash they are looking for.  It's likely to be SHA-1 or SHA-256.

Once you know that there are different ways to do it depending on your version of WebDNA and your OS - assuming you can run [shell] commands.

- Tom




==============================================
Digital Revolutionaries
1st Floor, Castleriver House
14-15 Parliament Street
Temple Bar,Dublin 2
Ireland
----------------------------------------------
[t]: + 353 1 4403907
[e]: <mailto:tom@revolutionaries.ie>
[w]: <http://www.revolutionaries.ie/>
==============================================


--------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.us Bug Reporting: support@webdna.us

Lawrence Banahan
24 octobre 2016 16:22
Hello,
I wonder if any body knows how to sort this out with Webdna
I'm finishing a project with CC payment.
The bank is asking me to have a cryptographic hash in combination with a secret key to specification RFC 2104.
I understand what it mean, but I have no clue on how to do it...
Google didn't help me with that either :-(
it looks like php as a fontion for that http://fr.php.net/manual/en/function.hash-hmac.php
Would any body had gone through this?
Thanks for feed back
Lawrence
--------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.us Bug Reporting: support@webdna.us --------------050706080105000207080207 Content-Type: image/jpeg; x-apple-mail-type=stationery; name="postbox-contact.jpg" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="postbox-contact.jpg" /9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAMCAgICAgMCAgIDAwMDBAYEBAQEBAgGBgUGCQgK CgkICQkKDA8MCgsOCwkJDRENDg8QEBEQCgwSExIQEw8QEBD/2wBDAQMDAwQDBAgEBAgQCwkL EBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBD/wAAR CAAZABkDAREAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAA AgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkK FhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWG h4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl 5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREA AgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYk NOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOE hYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk 5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD411vxH4y8beLElFomv65rUVrPIz6XBd3V 1cSQIznLRszZYnA6AYAAAAFQhKo+WCuOpUhSjzTdkP8AF/hj4neAJI4/GvgFNFaZBIgvPD9r HlT0PMXSumpga9On7VxvHumml622+ZyU8xwtWr7GMrT6Jppv0vv8jP8AD2s6vHrej3Emn2Nv FNexCOeLS7eF+HXJjkSMMrDIwykEHBBBrhjUjKTinqj2KuCxFCjCvUg1Cd7Np2duz62On/4b H/aY/wCiu6v/AN8Qf/EVZx6HoH7I+q+MNP8AEWsXXws8KR6343fSLO2spLqAm206B1ija4eT GFwTjBIJxgZ5x1UqqjSdNLVvX0tscdbDyqV1Vb0Ssl5t7/cfbPi34MaZ49+Htxo2tapD4nvd D026u7vV5NQaac6oeZoni+5FEChAToAAAoIzXmYvHY/C06lLDPlhJWbX5eXqfW8OZfktfG4b E4+PtKkJpqMl7ttr3T1fk9D5J+LPhn4W2vxX0/SLPU7aPwla2ongkjvw6R3wdtiLPjDbowjF R0ZiP4cV8tVqSwvvZd7021frpfX/ADP0bjfEZzjMsorNqXJSjJ8t48j+H8uito0kfGXmJ/d/ 8e/+vX1l2fjWh6V8Pfid8Qvgz4kbWvCGqXGkanHb/wBn3tvNFlZFUBXhmibrhl6HBUjjBFbp 2E1czpviB4xl17xD4nj8RX1tqniiWVtTubS4ktzPFIMNAyowVo8Y4YE8Dml8Q43jLmiVLrxN rGoRWdtqeoPPDYyb4zJyR0zk9T071zUsJRw83UpRs2e9mXE2aZxhKWCx1VzhTu4337avd9lc of8ACsPid/0TnxR/4KLj/wCIrpPnjvv2zP8Ak574gf8AYST/ANER0DR4vQM6j4V/8lP8If8A Ye0//wBKEoA/digg/9k= --------------050706080105000207080207 Content-Type: image/jpeg; x-apple-mail-type=stationery; name="postbox-contact.jpg" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="postbox-contact.jpg" /9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAMCAgICAgMCAgIDAwMDBAYEBAQEBAgGBgUGCQgK CgkICQkKDA8MCgsOCwkJDRENDg8QEBEQCgwSExIQEw8QEBD/2wBDAQMDAwQDBAgEBAgQCwkL EBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBD/wAAR CAAZABkDAREAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAA AgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkK FhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWG h4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl 5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREA AgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYk NOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOE hYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk 5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD45+H+uan4r13x/wDE7xnb6d4guNI8Kxah v1LSYLt7zWL1IIbcMXQs372ZmC5wAgAAUAA5lBXbsZ1E5OMV1Z9ZWUvgb4I/Cfwf8OP2zP8A hFbHQ9TuIfEtnpel+DLaZnuBlpYpVgKyKVDosjFRkPtDDBA4cJj6WYSmqas1pc7a+Dq4NQlJ 3T6f5H2p+zn498GfFP4aaPP8Mvh9p1n4eUNFYyQ6dJYx2MEMihUZJEVkLIdyGMsuOh4oaqTT hGV2mik6amp1ItJp+fQT/hbfi3/oMXH5D/Cuq0v6f/AMOWPc+MP+Cbvw0tm/Z7+JfxY1DTEu nOqaJHbRPCJPOXTY4Z9gzwuZZEy3baa480k1hZpb2/M3wMFPEw5trnM/Hz9lr4ifHzxT4e8S 3mrtoHhlLZgLa+Y3F3AXdSwi+crIJGLMGJUKAAc8KPm8Bm9HLacqNryb36P19D6fNMseMrKc JaJWt/l6n1F+wP8AGXWJ9N8S/APxHpsBg+FqR2t9rovBJbqA5hhsnyqjzgYyWYHYdrbQRg19 LgqEaFOVe9lJ3s/Pf5HzeNrOtXjSir2Vr+n6mL/wnfgX/oZdK/8AApf8a0+s0P50Y+yr9mZ/ 7FHxI174c+ALr9mfxJ8FJtZutJlmfV7jS9Ut91x9qG/bJDP5fzBCqEByfl7HNd1WhCtS9o3p Lujzli1hsQsNZ8ytZrbyZ1/xY8Z3vw68JHxHo0F9pGt6Prdi9ppGt6cYRc6clwnmxrM+YGdo vlGHOBkjJwR8jgsihHEOrOSlq7L/AD6n1WIzRuiopWVtSt8EPDsXwx/Z68B2t5oI03WPiHf3 XivxPcuuJ7xg7zjz29cyW4AP3RketepnNVww8lFauyRx5bTjKtzS6as8U/4Qrxn/ANEt1L/w Uy//ABNeP9Uq/wAn4Hd9Zh/N+JT+MX/J63xO/wCv+y/9I4q+xf8ABXzPkqn+9/JfqZXxg/5E i8/6+LT/ANKI682O7PYw/wASMX4Gf8l+0n/sLn/0bDW8/wDl0Jf8vD9Xq7DiP//Z --------------050706080105000207080207-- --------------050407000508070607010302-- . Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] Create a cryptographic Mac key... (Lawrence Banahan 2016)
  2. Re: [WebDNA] Create a cryptographic Mac key... (WebDNA Development 2016)
  3. Re: [WebDNA] Create a cryptographic Mac key... (Tom Duke 2016)
  4. Re: [WebDNA] Create a cryptographic Mac key... (Lawrence Banahan 2016)
  5. Re: [WebDNA] Create a cryptographic Mac key... (Tom Duke 2016)
  6. Re: [WebDNA] Create a cryptographic Mac key... (Lawrence Banahan 2016)
  7. Re: [WebDNA] Create a cryptographic Mac key... (christophe.billiottet@webdna.us 2016)
  8. Re: [WebDNA] Create a cryptographic Mac key... (Tom Duke 2016)
  9. [WebDNA] Create a cryptographic Mac key... (Lawrence Banahan 2016)
744 This is a multi-part message in MIME format. --------------050407000508070607010302 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Hi Tom, it seems to be working but I'm not getting the right Mac key at the end..= .. With your code I have Value =3D2780154*05/11/2016:23:01:57*50 EUR*147838331710*Finale=20 Championnat de M=E9diterran=E9e Laser=20 2016*3.0*FR*clubnautiq*webmaster@cnsr.fr********** Key=3D mykey I get the following "c8b75a4f5268376368218b8e36ea674980a1e396 " (I don't=20 understand why I get a space at the end) but the banks server tells me I should get this=20 "A4FE0F****************************FE6CE5" Do you have any clue? Thanks Lawrence > Tom Duke > 31 octobre 2016 14:00 > Lawrence, > > Hi - this shell command should do the trick: > > [shell]echo -n "value" | openssl sha1 -hmac "key"[/shell] > > replace the value and key with your values. > > - Tom > > > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > Digital Revolutionaries > 1st Floor, Castleriver House > 14-15 Parliament Street > Temple Bar,Dublin 2 > Ireland > ---------------------------------------------- > [t]: + 353 1 4403907 > [e]: > > [w]: > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > > --------------------------------------------------------- This message=20 > is sent to you because you are subscribed to the mailing list . To=20 > unsubscribe, E-mail to: archives:=20 > http://mail.webdna.us/list/talk@webdna.us Bug Reporting:=20 > support@webdna.us > Lawrence Banahan > 29 octobre 2016 11:54 > Hi Tom, > I got the info, it is HMAC-SHA1 > I'm running Webdna 6 with MacOsX > They also propose me to use a Python script, what do you think about it= ? > Thanks in advance > Lawrence > > > Tom Duke > 24 octobre 2016 19:28 > Laurence. > > Hi - you need to know what type of hash they are looking for. It's=20 > likely to be SHA-1 or SHA-256. > > Once you know that there are different ways to do it depending on your=20 > version of WebDNA and your OS - assuming you can run [shell] commands. > > - Tom > > > > > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > Digital Revolutionaries > 1st Floor, Castleriver House > 14-15 Parliament Street > Temple Bar,Dublin 2 > Ireland > ---------------------------------------------- > [t]: + 353 1 4403907 > [e]: > > [w]: > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > > --------------------------------------------------------- This message=20 > is sent to you because you are subscribed to the mailing list . To=20 > unsubscribe, E-mail to: archives:=20 > http://mail.webdna.us/list/talk@webdna.us Bug Reporting:=20 > support@webdna.us > Lawrence Banahan > 24 octobre 2016 16:22 > Hello, > I wonder if any body knows how to sort this out with Webdna > I'm finishing a project with CC payment. > The bank is asking me to have a cryptographic hash in combination with=20 > a secret key to specification RFC 2104. > I understand what it mean, but I have no clue on how to do it... > Google didn't help me with that either :-( > it looks like php as a fontion for that=20 > http://fr.php.net/manual/en/function.hash-hmac.php > Would any body had gone through this? > Thanks for feed back > Lawrence --------------050407000508070607010302 Content-Type: multipart/related; boundary="------------050706080105000207080207" --------------050706080105000207080207 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi Tom,

it seems to be working but I'm not getting the right Mac key at the end...

With your code I have

Value =2780154*05/11/2016:23:01:57*50 EUR*147838331710*Finale Championnat de Méditerranée Laser 2016*3.0*FR*clubnautiq*webmaster@cnsr.fr**********
Key= mykey
I get the following "c8b75a4f5268376368218b8e36ea674980a1e396 " (I don't understand why I get a space at the end)
but the banks server tells me I should get this "A4FE0F****************************FE6CE5"

Do you have any clue?

Thanks
Lawrence

31 octobre 2016 14:00
Lawrence,

Hi - this shell command should do the trick:

    [shell]echo -n "value" | openssl sha1 -hmac "key"[/shell]

replace the value and key with your values.

- Tom



==============================================
Digital Revolutionaries
1st Floor, Castleriver House
14-15 Parliament Street
Temple Bar,Dublin 2
Ireland
----------------------------------------------
[t]: + 353 1 4403907
[e]: <mailto:tom@revolutionaries.ie>
[w]: <http://www.revolutionaries.ie/>
==============================================


--------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.us Bug Reporting: support@webdna.us

29 octobre 2016 11:54
Hi Tom,
I got the info, it is HMAC-SHA1
I'm running Webdna 6 with MacOsX
They also propose me to use a Python script, what do you think about it?
Thanks in advance
Lawrence



24 octobre 2016 19:28
Laurence.

Hi - you need to know what type of hash they are looking for.  It's likely to be SHA-1 or SHA-256.

Once you know that there are different ways to do it depending on your version of WebDNA and your OS - assuming you can run [shell] commands.

- Tom




==============================================
Digital Revolutionaries
1st Floor, Castleriver House
14-15 Parliament Street
Temple Bar,Dublin 2
Ireland
----------------------------------------------
[t]: + 353 1 4403907
[e]: <mailto:tom@revolutionaries.ie>
[w]: <http://www.revolutionaries.ie/>
==============================================


--------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.us Bug Reporting: support@webdna.us

24 octobre 2016 16:22
Hello,
I wonder if any body knows how to sort this out with Webdna
I'm finishing a project with CC payment.
The bank is asking me to have a cryptographic hash in combination with a secret key to specification RFC 2104.
I understand what it mean, but I have no clue on how to do it...
Google didn't help me with that either :-(
it looks like php as a fontion for that http://fr.php.net/manual/en/function.hash-hmac.php
Would any body had gone through this?
Thanks for feed back
Lawrence
--------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.us Bug Reporting: support@webdna.us --------------050706080105000207080207 Content-Type: image/jpeg; x-apple-mail-type=stationery; name="postbox-contact.jpg" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="postbox-contact.jpg" /9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAMCAgICAgMCAgIDAwMDBAYEBAQEBAgGBgUGCQgK CgkICQkKDA8MCgsOCwkJDRENDg8QEBEQCgwSExIQEw8QEBD/2wBDAQMDAwQDBAgEBAgQCwkL EBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBD/wAAR CAAZABkDAREAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAA AgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkK FhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWG h4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl 5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREA AgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYk NOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOE hYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk 5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD411vxH4y8beLElFomv65rUVrPIz6XBd3V 1cSQIznLRszZYnA6AYAAAAFQhKo+WCuOpUhSjzTdkP8AF/hj4neAJI4/GvgFNFaZBIgvPD9r HlT0PMXSumpga9On7VxvHumml622+ZyU8xwtWr7GMrT6Jppv0vv8jP8AD2s6vHrej3Emn2Nv FNexCOeLS7eF+HXJjkSMMrDIwykEHBBBrhjUjKTinqj2KuCxFCjCvUg1Cd7Np2duz62On/4b H/aY/wCiu6v/AN8Qf/EVZx6HoH7I+q+MNP8AEWsXXws8KR6343fSLO2spLqAm206B1ija4eT GFwTjBIJxgZ5x1UqqjSdNLVvX0tscdbDyqV1Vb0Ssl5t7/cfbPi34MaZ49+Htxo2tapD4nvd D026u7vV5NQaac6oeZoni+5FEChAToAAAoIzXmYvHY/C06lLDPlhJWbX5eXqfW8OZfktfG4b E4+PtKkJpqMl7ttr3T1fk9D5J+LPhn4W2vxX0/SLPU7aPwla2ongkjvw6R3wdtiLPjDbowjF R0ZiP4cV8tVqSwvvZd7021frpfX/ADP0bjfEZzjMsorNqXJSjJ8t48j+H8uito0kfGXmJ/d/ 8e/+vX1l2fjWh6V8Pfid8Qvgz4kbWvCGqXGkanHb/wBn3tvNFlZFUBXhmibrhl6HBUjjBFbp 2E1czpviB4xl17xD4nj8RX1tqniiWVtTubS4ktzPFIMNAyowVo8Y4YE8Dml8Q43jLmiVLrxN rGoRWdtqeoPPDYyb4zJyR0zk9T071zUsJRw83UpRs2e9mXE2aZxhKWCx1VzhTu4337avd9lc of8ACsPid/0TnxR/4KLj/wCIrpPnjvv2zP8Ak574gf8AYST/ANER0DR4vQM6j4V/8lP8If8A Ye0//wBKEoA/digg/9k= --------------050706080105000207080207 Content-Type: image/jpeg; x-apple-mail-type=stationery; name="postbox-contact.jpg" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="postbox-contact.jpg" /9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAMCAgICAgMCAgIDAwMDBAYEBAQEBAgGBgUGCQgK CgkICQkKDA8MCgsOCwkJDRENDg8QEBEQCgwSExIQEw8QEBD/2wBDAQMDAwQDBAgEBAgQCwkL EBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBD/wAAR CAAZABkDAREAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAA AgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkK FhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWG h4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl 5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREA AgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYk NOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOE hYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk 5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD45+H+uan4r13x/wDE7xnb6d4guNI8Kxah v1LSYLt7zWL1IIbcMXQs372ZmC5wAgAAUAA5lBXbsZ1E5OMV1Z9ZWUvgb4I/Cfwf8OP2zP8A hFbHQ9TuIfEtnpel+DLaZnuBlpYpVgKyKVDosjFRkPtDDBA4cJj6WYSmqas1pc7a+Dq4NQlJ 3T6f5H2p+zn498GfFP4aaPP8Mvh9p1n4eUNFYyQ6dJYx2MEMihUZJEVkLIdyGMsuOh4oaqTT hGV2mik6amp1ItJp+fQT/hbfi3/oMXH5D/Cuq0v6f/AMOWPc+MP+Cbvw0tm/Z7+JfxY1DTEu nOqaJHbRPCJPOXTY4Z9gzwuZZEy3baa480k1hZpb2/M3wMFPEw5trnM/Hz9lr4ifHzxT4e8S 3mrtoHhlLZgLa+Y3F3AXdSwi+crIJGLMGJUKAAc8KPm8Bm9HLacqNryb36P19D6fNMseMrKc JaJWt/l6n1F+wP8AGXWJ9N8S/APxHpsBg+FqR2t9rovBJbqA5hhsnyqjzgYyWYHYdrbQRg19 LgqEaFOVe9lJ3s/Pf5HzeNrOtXjSir2Vr+n6mL/wnfgX/oZdK/8AApf8a0+s0P50Y+yr9mZ/ 7FHxI174c+ALr9mfxJ8FJtZutJlmfV7jS9Ut91x9qG/bJDP5fzBCqEByfl7HNd1WhCtS9o3p Lujzli1hsQsNZ8ytZrbyZ1/xY8Z3vw68JHxHo0F9pGt6Prdi9ppGt6cYRc6clwnmxrM+YGdo vlGHOBkjJwR8jgsihHEOrOSlq7L/AD6n1WIzRuiopWVtSt8EPDsXwx/Z68B2t5oI03WPiHf3 XivxPcuuJ7xg7zjz29cyW4AP3RketepnNVww8lFauyRx5bTjKtzS6as8U/4Qrxn/ANEt1L/w Uy//ABNeP9Uq/wAn4Hd9Zh/N+JT+MX/J63xO/wCv+y/9I4q+xf8ABXzPkqn+9/JfqZXxg/5E i8/6+LT/ANKI682O7PYw/wASMX4Gf8l+0n/sLn/0bDW8/wDl0Jf8vD9Xq7DiP//Z --------------050706080105000207080207-- --------------050407000508070607010302-- . Lawrence Banahan

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

Odd [math] behaviour (2003) F2 to F3 rocky transition (1997) randomness (1997) Cookies and customers with cookies turned off (2005) nesting limits? (1998) PIXO support (1997) Costings slightly OT (2000) Emailer (1997) Follow-up to listfiles bug report ... (2003) SQL Error 22003 (2001) syntax question, not in online refernce (1997) WebCat2 - Getting to the browser's username/password data (1997) Banners and sort of random display (1997) [delete] problem (1997) Linux -> OS X (2002) price carry over (1997) ReturnRaw context (1997) Autoreturn Submit? (1997) Invisible chars (gremlins) ok in db? (2000) docs for WebCatalog2 (1997)