Easy dynamic field highlighting

2019-02-16 Thread Kirk Brooks via 4D_Tech
Hi folks, Here is a link to a few methods you may find useful. https://github.com/KirkBrooks/Form-object-hilite Sometimes the focus rectangle is just not the look I want on a form. What I demo here are a couple of techniques for adding dynamic field highlighting on the fly. Both of them are a

Re: HMAC SHA512 Signing - solved

2019-02-16 Thread Peter Jakobsson via 4D_Tech
The answer was hiding in plain sight !! $isOk:=PHP Execute("";"hash_hmac";$P_dataSignature;"sha512";$P_dataRequestRaw;$P_apiSecret) …and it works. > On 16 Feb 2019, at 20:35, Peter Jakobsson via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > I’ve spent about half a day researching this so far

HMAC SHA512 Signing

2019-02-16 Thread Peter Jakobsson via 4D_Tech
Hi I’ve spent about half a day researching this so far so thought I’d give the NUG a try. Is anyone familiar with a way to do HMAC SHA512 signing in 4D ? v17 now supports SHA512 in the Generate Digest command but that doesn’t do signing. I also tried NTK’s "NTK HMAC Text” (with the “SHA512”