Search found 58 matches: algorithm

Return to advanced search

Re: FW_SaveImage

... To get a larger format, I expanded the dialog box to the desired size (oDld:Move()). Further, moving this dialog according to the specified algorithm, I received the device context of the screen. It used to work, now it doesn't.
by Natter
Fri Feb 16, 2024 4:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SaveImage
Replies: 8
Views: 449

Re: Distancia de Levenshtein

... two character strings. Description The function calculates the Levenshtein distance which indicates the similarity of two character strings. The algorithm weighs Delete, Insert and Replace operations required to transform <cString1> into <cString2>. The weighing factors of each operation ...
by nageswaragunupudi
Wed Jul 19, 2023 6:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Distancia de Levenshtein
Replies: 5
Views: 300

Re: Firmar con COPICOM RSA SHA256

... del malo. El error se debe a que hace falta los defines de los valores que se encuentran en capicom.h CAPICOM_HASH_ALGORITHM_SHA1 Secure Hash Algorithm (SHA) that generates a 160-bit message digest. 0 CAPICOM_HASH_ALGORITHM_MD2 MD2 hashing algorithm. 1 CAPICOM_HASH_ALGORITHM_MD4 MD4 hashing ...
by paquitohm
Sat Jun 10, 2023 11:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Firmar con COPICOM RSA SHA256
Replies: 8
Views: 531

Re: ENCRIPTAR con el algoritmo RSA-SHA256.

Antonio, Gracias por responder, pero no es lo que necesito Diferencia entre SA256 y RSA-SHA256 - RSA is a Public Key Cryptographic algorithm (Public and Private Key-Pair algorithm) and it assures Confidentiality, Authenticity (includes Identification) and Non-Repudiation. - SHA-256 is a ...
by RSalazarU
Mon Mar 13, 2023 2:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ENCRIPTAR con el algoritmo RSA-SHA256.
Replies: 5
Views: 616

Web Services Security WSS OASIS

... xmlns:ds="http://www.w3.org/2000/09/xmldsig#" Id="Signature-13"> <ds:SignedInfo> <ds:CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/> <ds:SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"/> ...
by Francisco Valério
Mon Feb 20, 2023 7:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web Services Security WSS OASIS
Replies: 0
Views: 216

Re: WebView window

Yes, I need to make frequent site requests and read the changes. This is a very convenient algorithm for me and I do not understand why in this case the code block :bonBind does not work :cry:

the oWebKds:SetParent() method works, but the oWebKds:Eval() method does not
by Natter
Mon Dec 26, 2022 4:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView window
Replies: 16
Views: 998

Re: How code obfuscation helps protect application data

... is a screen shot of a Customer table in Sql .. not that much different than .DBf .. I am not saying one could probably de-encrypt the encryption algorithm given enough time, but most ransom crooks don't want to spend the time to de-encrypt the data .. to them, they just want the EASY and quick ...
by Rick Lipkin
Tue May 17, 2022 4:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How code obfuscation helps protect application data
Replies: 11
Views: 1368

Resolve nested brackets

Hello friends,
Before I go deeper into this problem, I would like to ask whether there is an algorithm for resolving nested brackets

Thank you in advance
Otto
by Otto
Tue Nov 16, 2021 7:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resolve nested brackets
Replies: 0
Views: 228

Re: FWTool to automate DBF and mod harbour

... teacher right? In computer science, the flow chart is a graphical representation of the operations to be performed for the execution of an algorithm. Each single step is displayed by a series of standard symbols. for example you used a symbol for internal memory which is not really about ...
by Silvio.Falconi
Tue Oct 26, 2021 9:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWTool to automate DBF and mod harbour
Replies: 12
Views: 1120

AYUDA PARA LEER XML DE FACTURA ELECTRONICA ( SOLUCIONADO )

... <ext:ExtensionContent><ds:Signature Id="SignatureSP"><ds:SignedInfo><ds:CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315"/><ds:SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"/><ds:Reference ...
by CARLOS ATUNCAR
Sun Mar 14, 2021 3:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: AYUDA PARA LEER XML DE FACTURA ELECTRONICA ( SOLUCIONADO )
Replies: 6
Views: 1380

Crypt password, decrypt elsewhere

... another software, I need to write a crypted password to a json file and decrypt it at the other project (.net / c#). Therefore I need an universal algorithm, that can be decrypted elsewhere. Is there any possibility within Fivewin / xHarbour? Thanks and best regards, Gilbert
by gkuhnert
Thu Jan 21, 2021 9:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Crypt password, decrypt elsewhere
Replies: 1
Views: 319

Re: Pregunta a los expertos en algoritmos

I intended the algorithm for integers. If you want to use values with 2 decimal places, then I suggest you make the array of Int( eachvalue * 100 ). Also, convert the target value to Int( nTarget * 100 ) After finding items, divide ...
by nageswaragunupudi
Tue Jul 28, 2020 4:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pregunta a los expertos en algoritmos
Replies: 5
Views: 769

Re: EXE passwords are visible in plain

... the strings created with aes, know the reference number that is different for each computer and I'm not talking about nHserial, and then know the algorithm with which the exe checks every string, I know there are around people able to do this but it's really difficult ....
by Silvio.Falconi
Sun Nov 11, 2018 6:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXE passwords are visible in plain
Replies: 27
Views: 5091

Re: OT. La que viene

... and data to join and create meaningful queries. And .. if we create an encryption\de-encryption standard .. the 'bad guys' will just steal the algorithm and apply it to their stolen data and we are back to square one. Here are the functions I use that I borrowed from one of Stephan Straley's ...
by Rick Lipkin
Sat Dec 30, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: OT. La que viene
Replies: 8
Views: 1720

Re: Alpha Zero, the new Chess Master

Self-Play with a General Reinforcement Learning Algorithm

https://arxiv.org/pdf/1712.01815.pdf
by Antonio Linares
Fri Dec 08, 2017 12:36 pm
 
Forum: latest AI news
Topic: Alpha Zero, the new Chess Master
Replies: 5
Views: 959
Next

Return to advanced search