Search found 212 matches: signature

Return to advanced search

Re: send data with post method

... of the POST call, you have to add a listener callback and then do whatever with the result. (bearbeitet) https://api.jquery.com/jQuery.post/ The signature is jQuery.post( url [, data ] [, success ] [, dataType ] ) (jQuery.post is the same thing as $.post) (bearbeitet) so you have to call it like ...
by Otto
Wed Sep 18, 2019 5:39 am
 
Forum: mod_harbour
Topic: send data with post method
Replies: 3
Views: 734

Re: mod_harbour what to install

... API module structure 'harbour_module' in file C:/Progr am Files/Apache Software Foundation/Apache2.2/modules/mod_harbour.so is garbled - expected signature 41503232 but saw 41503234 - perhaps this is not an Apache m odule DSO, or was compiled for a different Apache version? You need to use Apache ...
by wartiaga
Tue Jul 02, 2019 4:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: mod_harbour what to install
Replies: 49
Views: 7155

Re: mod_harbour what to install

... API module structure 'harbour_module' in file C:/Progr am Files/Apache Software Foundation/Apache2.2/modules/mod_harbour.so is garbled - expected signature 41503232 but saw 41503234 - perhaps this is not an Apache m odule DSO, or was compiled for a different Apache version? You need to use Apache ...
by Antonio Linares
Tue Jul 02, 2019 5:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: mod_harbour what to install
Replies: 49
Views: 7155

Re: mod_harbour what to install

... API module structure 'harbour_module' in file C:/Progr am Files/Apache Software Foundation/Apache2.2/modules/mod_harbour.so is garbled - expected signature 41503232 but saw 41503234 - perhaps this is not an Apache m odule DSO, or was compiled for a different Apache version?
by wartiaga
Mon Jul 01, 2019 6:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: mod_harbour what to install
Replies: 49
Views: 7155

Re: Testing Debenu Quick PDF Library

... Signature=7WYWcaIcRAkXi9g9ECeAJ3e54dU%3D&Expires=1552243945&AWSAccessKeyId=AKIAIQWXW6WLXMB5QZAQ&versionId=peQQ85xUv5ZZOlkrZnqqOB4dgWWL3xN2&response-content-disposition=attachment%3B%20filename%3D%22dolomites2017.jpeg%22 ...
by Silvio.Falconi
Sun Mar 10, 2019 4:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Debenu Quick PDF Library
Replies: 44
Views: 7524

Explorer Suite

... editor has full support for PE32/64. Special fields description and modification (.NET supported), utilities, rebuilder, hex editor, import adder, signature scanner, signature manager, extension support, scripting, disassembler, dependency walker etc. First PE editor with support for .NET internal ...
by Baxajaun
Sun Mar 10, 2019 1:52 pm
 
Forum: Utilities / Utilidades
Topic: Explorer Suite
Replies: 1
Views: 802

Re: xBase now unstable, slow, error Status_Lock_Not_Granted

... Read: Lock&Read, Write&Unlock are not supported Flags2: 0xc807, Unicode Strings, Error Code Type, Extended Security Negotiation, Security Signatures, Extended Attributes, Long Names Allowed 1... .... .... .... = Unicode Strings: Strings are Unicode .1.. .... .... .... = Error Code Type: ...
by José
Mon Jan 21, 2019 3:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBase now unstable, slow, error Status_Lock_Not_Granted
Replies: 15
Views: 4069

Re: xbase ahora inestable, lenta, error Status_Lock_Not_Granted

... Read: Lock&Read, Write&Unlock are not supported Flags2: 0xc807, Unicode Strings, Error Code Type, Extended Security Negotiation, Security Signatures, Extended Attributes, Long Names Allowed 1... .... .... .... = Unicode Strings: Strings are Unicode .1.. .... .... .... = Error Code Type: ...
by José
Mon Jan 21, 2019 3:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbase ahora inestable, lenta, error Status_Lock_Not_Granted
Replies: 16
Views: 3702

Re: FWH 18.08: Enhancements to strings.prg

... * * On success, the returned array has two elements. The first element * is a 6 element array holding the header of the table: * * aHead[1] == Signature ( 4 characters ). * aHead[2] == Author (50 characters) * aHead[3] == language name ( non international local name, 50 chars). * aHead[4] == ...
by carlos vargas
Tue Nov 13, 2018 7:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.10: Enhancements to strings.prg
Replies: 19
Views: 5445

Re: Using .NET library

Antônio,

Do you know if is possible to integrate FWH with this https://www.signfiles.com/signature-library/ ?
Could you help us ?
by vilian
Tue Apr 24, 2018 2:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using .NET library
Replies: 14
Views: 3305

HMAC SHA256

Hi,
I have to use this function HMAC SHA256 in order to calculate a signature to pass as parameter .

What are the parameters for this function .
Is it included in harbour ?

Thanks
Philippe
by Jack
Wed Feb 14, 2018 2:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HMAC SHA256
Replies: 1
Views: 611

Re: EVP_SignInit_ex - HBSSL problem

... EVP_SignInit_ex(), EVP_SignUpdate() and EVP_SignFinal() return 1 for success and 0 for failure. EVP_PKEY_size() returns the maximum size of a signature in bytes. The error codes can be obtained by ERR_get_error(3). Llama a: ? ERR_GET_ERROR() después de mostrar el cero y a: See ERR_GET_LIB(3) ...
by dhf27
Tue Dec 19, 2017 2:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EVP_SignInit_ex - HBSSL problem
Replies: 19
Views: 4055

Re: EVP_SignInit_ex - HBSSL problem

... EVP_SignInit_ex(), EVP_SignUpdate() and EVP_SignFinal() return 1 for success and 0 for failure. EVP_PKEY_size() returns the maximum size of a signature in bytes. The error codes can be obtained by ERR_get_error(3). Llama a: ? ERR_GET_ERROR() después de mostrar el cero y a: See ERR_GET_LIB(3) ...
by Antonio Linares
Tue Dec 19, 2017 2:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EVP_SignInit_ex - HBSSL problem
Replies: 19
Views: 4055

Re: CDO email with signature

             IF IMAGEM = "S" // Assinatura Digital no Email. Joao                // NO RODAPE DA MENSAGEM.. EU SOU PLORIDA,,, KKKKKKKKKKK                oCfg:HTMLBody = "<p>"+ALLTRIM( cMsg )+"</p>" + "<p><img src='cid:id_imagen10'>&...
by Wanderson
Fri Dec 15, 2017 4:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CDO email with signature
Replies: 2
Views: 595
PreviousNext

Return to advanced search