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

This WebDNA talk-list message is from

2016


It keeps the original formatting.
numero = 113123
interpreted = N
texte = 711 --001a11471f86911b73054028ca0a Content-Type: text/plain; charset=UTF-8 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]: [w]: ============================================== On 29 October 2016 at 10:54, Lawrence Banahan wrote: > 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 > > 2016-10-24 19:28 GMT+02:00 Tom Duke : > >> 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]: >> [w]: >> ============================================== >> >> On 24 October 2016 at 15:22, Lawrence Banahan >> wrote: >> >>> 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/fu >>> nction.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 >>> >> >> --------------------------------------------------------- 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/tal >> k@webdna.us Bug Reporting: support@webdna.us > > > --------------------------------------------------------- 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 --001a11471f86911b73054028ca0a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Lawrence,

Hi - this shell command shoul= d do the trick:

=C2=A0 =C2=A0=C2=A0[shell]echo -n = "value" | openssl sha1 -hmac "key"[/shell]
replace the value and key with your values.

- Tom

<= div class=3D"gmail_signature" data-smartmail=3D"gmail_signature">


=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, Castle= river House
14-15 Parliament Street
Temple Bar,Dublin 2
Ireland----------------------------------------------
[t]: + 353 1 4403907
= [e]: <mailto:tom@revolutionaries.ie>
[w]: <http://www.revolutionaries.ie/>
=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

On 29 October 2016 at 10:54, Lawrence Banaha= n <banahan.l@gmail.com> wrote:
Hi Tom,
I got the info, it = is HMAC-SHA1
I'm running Webdna 6 with MacOsX
T= hey also propose me to use a Python script, what do you think about it?
=
Thanks in advance
Lawrence

20= 16-10-24 19:28 GMT+02:00 Tom Duke <tom@revolutionaries.ie>:
<= div dir=3D"ltr">Laurence.

Hi - you need to know what typ= e of hash they are looking for.=C2=A0 It's likely to be SHA-1 or SHA-25= 6.

Once you know that there are different ways to = do it depending on your version of WebDNA and your OS - assuming you can ru= n [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
Dig= ital Revolutionaries
1st Floor, Castleriver House
14-15 Parliament St= reet
Temple Bar,Dublin 2
Ireland
----------------------------------------------
[t]: + 353 1 4403907
[e]: <mailto:tom@revolutionarie= s.ie>
[w]: <http://www.revolutionaries.ie/>
=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

= On 24 October 2016 at 15:22, Lawrence Banahan <banahan.l@gmail.com&g= t; wrote:
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 se= cret 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 <ta= lk@webdna.us>.
To unsubscribe, E-mail to: <talk-leave@webdna.us>
archives: http://mail.webdna.us/list/talk@webdna.us
Bug Reporting:
suppo= rt@webdna.us

--------------------------------------------------------- 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: suppo= rt@webdna.us

--------------------------------------------------------- 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: suppo= rt@webdna.us

--------------------------------------------------------- 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 --001a11471f86911b73054028ca0a-- . 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)
711 --001a11471f86911b73054028ca0a Content-Type: text/plain; charset=UTF-8 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]: [w]: ============================================== On 29 October 2016 at 10:54, Lawrence Banahan wrote: > 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 > > 2016-10-24 19:28 GMT+02:00 Tom Duke : > >> 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]: >> [w]: >> ============================================== >> >> On 24 October 2016 at 15:22, Lawrence Banahan >> wrote: >> >>> 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/fu >>> nction.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 >>> >> >> --------------------------------------------------------- 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/tal >> k@webdna.us Bug Reporting: support@webdna.us > > > --------------------------------------------------------- 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 --001a11471f86911b73054028ca0a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Lawrence,

Hi - this shell command shoul= d do the trick:

=C2=A0 =C2=A0=C2=A0[shell]echo -n = "value" | openssl sha1 -hmac "key"[/shell]
replace the value and key with your values.

- Tom

<= div class=3D"gmail_signature" data-smartmail=3D"gmail_signature">


=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, Castle= river House
14-15 Parliament Street
Temple Bar,Dublin 2
Ireland----------------------------------------------
[t]: + 353 1 4403907
= [e]: <mailto:tom@revolutionaries.ie>
[w]: <http://www.revolutionaries.ie/>
=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

On 29 October 2016 at 10:54, Lawrence Banaha= n <banahan.l@gmail.com> wrote:
Hi Tom,
I got the info, it = is HMAC-SHA1
I'm running Webdna 6 with MacOsX
T= hey also propose me to use a Python script, what do you think about it?
=
Thanks in advance
Lawrence

20= 16-10-24 19:28 GMT+02:00 Tom Duke <tom@revolutionaries.ie>:
<= div dir=3D"ltr">Laurence.

Hi - you need to know what typ= e of hash they are looking for.=C2=A0 It's likely to be SHA-1 or SHA-25= 6.

Once you know that there are different ways to = do it depending on your version of WebDNA and your OS - assuming you can ru= n [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
Dig= ital Revolutionaries
1st Floor, Castleriver House
14-15 Parliament St= reet
Temple Bar,Dublin 2
Ireland
----------------------------------------------
[t]: + 353 1 4403907
[e]: <mailto:tom@revolutionarie= s.ie>
[w]: <http://www.revolutionaries.ie/>
=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

= On 24 October 2016 at 15:22, Lawrence Banahan <banahan.l@gmail.com&g= t; wrote:
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 se= cret 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 <ta= lk@webdna.us>.
To unsubscribe, E-mail to: <talk-leave@webdna.us>
archives: http://mail.webdna.us/list/talk@webdna.us
Bug Reporting:
suppo= rt@webdna.us

--------------------------------------------------------- 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: suppo= rt@webdna.us

--------------------------------------------------------- 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: suppo= rt@webdna.us

--------------------------------------------------------- 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 --001a11471f86911b73054028ca0a-- . Tom Duke

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:

[WebDNA] MD5 Hash issue (2009) Spiders (1998) [purchase] (1999) Snake Bites (1997) UPS Quick Cost Calculator (1997) Search all Fields in a db (1997) b12 cannot limit records returned and more. (1997) F3 crashing server (1997) Refering page (1998) my price won't move (1997) What file? (1997) creator code (1997) Setting up shop (1997) Problems getting parameters passed into email. (1997) Field name-subcategory (1997) WebCat2b15MacPlugin - [protect] (1997) WC2.0 Memory Requirements (1997) Webstar v (2001) WebCat2b12plugin - [search] is broken ... not! (1997) 2 easy questions re: [showif] and [sendmail] (1997)