Search found 11 matches

by Shurr
28 May 2022, 13:07
Forum: SciTE4AutoHotkey
Topic: SciTE4AutoHotkey v3.1.0
Replies: 78
Views: 31433

Re: SciTE4AutoHotkey v3.1.0

I have a persistent script which once an hour runs another script. With this new version, SciTE activates once an hour. It also opens the other script if it isn't already open. Has anyone run into this? If so, what have you done to disable this behavior? Thanks.
by Shurr
28 Mar 2022, 15:53
Forum: Ask for Help (v1)
Topic: API authentication • hmac • how to do in AHK
Replies: 11
Views: 1734

Re: API authentication • hmac • how to do in AHK

Well, that's it, @teadrinker. I don't know what you did, but that's the solution. Sorry for being such a bonehead.

Thanks to @malcev for the help as well.
by Shurr
27 Mar 2022, 22:38
Forum: Ask for Help (v1)
Topic: API authentication • hmac • how to do in AHK
Replies: 11
Views: 1734

Re: API authentication • hmac • how to do in AHK

Thanks for your reply maclev, and for your help. I see the line you're referring to, but I'm afraid I don't know how to proceed, based on what you wrote. Any further guidance is of course appreciated.
by Shurr
27 Mar 2022, 12:37
Forum: Ask for Help (v1)
Topic: API authentication • hmac • how to do in AHK
Replies: 11
Views: 1734

Re: API authentication • hmac • how to do in AHK

I haven't gotten the native AHK code to work. I've tried a dozen different things. From the link malcev provided, there are two AHK functions: bcrypt_sha256_hmac and CryptBinaryToStringBASE64. Besides those, I used a third made by Lexikos, many years ago (InvBase64), like this: secret=Ue+uT/cFam+QGD...
by Shurr
27 Mar 2022, 07:59
Forum: Ask for Help (v1)
Topic: API authentication • hmac • how to do in AHK
Replies: 11
Views: 1734

Re: API authentication • hmac • how to do in AHK

Thanks malcev, for the redirect. Based on that, so far I've gotten the javascript workaround given by teadrinker (3 years ago) to work, who proposed the following html js script snippet in the same thread: var hash = CryptoJS.HmacSHA256("Message", "secret"); var hashInBase64 = CryptoJS.enc.Base64.st...
by Shurr
26 Mar 2022, 14:35
Forum: Ask for Help (v1)
Topic: API authentication • hmac • how to do in AHK
Replies: 11
Views: 1734

Re: API authentication • hmac • how to do in AHK

Yes, that was the last thread I went through, but didn't make headway, perhaps prevented by bytes-like object issue. Also went through this thread a lot: https://www.autohotkey.com/boards/viewtopic.php?t=60434 To make things concrete, here's a simplified python code that generates a signature. Would...
by Shurr
26 Mar 2022, 14:19
Forum: Ask for Help (v1)
Topic: API authentication • hmac • how to do in AHK
Replies: 11
Views: 1734

API authentication • hmac • how to do in AHK

For the past 2 days, I've tried to find out, from quite a few threads, how to match in AHK what is done in a python script, in terms of API authentication. I've failed to authenticate with AHK, so I'm asking for help. I just don't know enough about crypto work. The python script takes two strings an...
by Shurr
03 Jul 2020, 18:29
Forum: Ask for Help (v1)
Topic: WinGet MinMax returns NUL with minimized window
Replies: 1
Views: 962

Re: WinGet MinMax returns NUL with minimized window

Here's the answer. Maybe it's mentioned elsewhere but I couldn't find it . . .

Some programs give different window titles for minimized windows. So if the minimized title exists, use that title, and not the unminimized title, to restore the window or kill it or whatever.
by Shurr
03 Jul 2020, 10:53
Forum: Ask for Help (v1)
Topic: WinGet MinMax returns NUL with minimized window
Replies: 1
Views: 962

WinGet MinMax returns NUL with minimized window

Has anyone had an issue with using "WinGet,Variable,MinMax,WinTitle" on a minimized window, with the variable returning nothing? This isn't an issue with other programs, such as Notepad++. It is program specific. Any workarounds? Specifics: There is a single minimized window for a single instance of...
by Shurr
09 Mar 2018, 12:23
Forum: Ask for Help (v1)
Topic: Any further developments on decompiling ahk_l exe?
Replies: 0
Views: 322

Any further developments on decompiling ahk_l exe?

I made an executable in April 2013, using mpress. According to mpress, the PE is PE32+/x64. My ahk code was overwritten with useless text two years later. I have been unable to decompile the .exe using two different methods provided in the following July 2012 thread: https://autohotkey.com/board/top...
by Shurr
09 Mar 2016, 10:56
Forum: Ask for Help (v1)
Topic: RegExMatch limitations with large strings?
Replies: 1
Views: 658

RegExMatch limitations with large strings?

I am trying to parse many lengthy XML files. In this particular case I wish to find nested <div>s. If I split an XML string (1.5MB) without CRLF into <div> lines (92 of them), AutoHotkey is able to find 12 <div>s without </div> in the same line, meaning that the following line contains a nested <div...

Go to advanced search