Search found 236 matches: decrypt

Return to advanced search

Re: Encrypt and Decrypt errors

OK.
by carlos vargas
Wed Sep 12, 2018 5:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Encrypt and Decrypt errors
Replies: 9
Views: 1655

Re: Encrypt and Decrypt errors

Sorry My mistake run ok
I forget to set LOGIN_KEY
by Silvio.Falconi
Wed Sep 12, 2018 10:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Encrypt and Decrypt errors
Replies: 9
Views: 1655

Re: Encrypt and Decrypt errors

I tried to Use your function but it seem not run ok

Image

Look the get top at right
by Silvio.Falconi
Wed Sep 12, 2018 10:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Encrypt and Decrypt errors
Replies: 9
Views: 1655

Re: Encrypt and Decrypt errors

thanks
I saw the functions
you have correct also the encrypt function or there is not problem for the encrypt ?
do you have found aes cript functions )
by Silvio.Falconi
Wed Sep 12, 2018 10:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Encrypt and Decrypt errors
Replies: 9
Views: 1655

Re: Encrypt and Decrypt errors

Silvio, the Encrypt function may be generating non-printable characters which generate this type of problems, the ideal is to complement it with the functions that work with hexadecimal. WritePProString("Config","Ftp",Str2HexCrypt(cFtp),::cIniFtp)orLocal cFtp :=He...
by carlos vargas
Tue Sep 11, 2018 9:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Encrypt and Decrypt errors
Replies: 9
Views: 1655

Encrypt and Decrypt errors

... ,""  ,::cIniFtp ) , 60 ," " ) )  I wish use Encrypt and Decrypt functions WritePProString("Config","Ftp",Encrypt(cFtp),::cIniFtp) or Local cFtp :=Decrypt( pad(GetPvProfString("Config","Ftp" ...
by Silvio.Falconi
Tue Sep 11, 2018 8:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Encrypt and Decrypt errors
Replies: 9
Views: 1655

Re: To all MySQL experts

Hello Carles, please see my post: encrypt-decrypt word doc http://forums.fivetechsupport.com/viewtopic.php?f=3&t=35194&p=209458&hilit=encrypt#p209458 I resolved my problem with file encryption. But as you see in the post to my topic ...
by Otto
Sun Sep 02, 2018 6:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To all MySQL experts
Replies: 13
Views: 2207

Re: To all MySQL experts

Hello Carles, please see my post: encrypt-decrypt word doc http://forums.fivetechsupport.com/viewtopic.php?f=3&t=35194&p=209458&hilit=encrypt#p209458 I resolved my problem with file encryption. But as you see in the post to my topic ...
by Otto
Sun Sep 02, 2018 6:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To all MySQL experts
Replies: 13
Views: 2207

Re: problem FWH 18.03 with XHB.COM

could You send me again this lib I am using FWH 18.05 and xHbour.com v.2018.06 I got error xLINK: error: Unresolved external symbol '_HB_FUN_TDBF_DECRYPT referenced from Fivehmx.lib(database.obj)'. xLINK: error: Unresolved external symbol '_HB_FUN_TDBF_ENCRYPT referenced from Fivehmx.lib(database.ob...
by kajot
Sat Jul 21, 2018 3:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem FWH 18.03 with XHB.COM
Replies: 4
Views: 824

How to ENCRYPT/DECRYPT columns in MySql comfortably?

Dear All,

I have a columns (Credit Card) in MySql table. I need to encrypt this columns.

How do I encrypt and decrypt it comfortably?

Thanks in advance for any idea and suggestion.
by dutch
Sat Jul 21, 2018 9:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to ENCRYPT/DECRYPT columns in MySql comfortably?
Replies: 2
Views: 741

Re: Compilar código Harbour con gcc en 64 BITS

He instalado MinGW para 63 bits, versión: \mingw-w64\x86_64-8.1.0-posix-sjlj-rt_v6-rev0 Y utilizo para compilar el siguiente BAT: cls@set HB_INSTALL=C:\harbour64%HB_INSTALL%\bin\harbour %1.prg -n -i%HB_INSTALL%\include -iC:\MinGW-64\mingw32\i686-w64-mingw32\include  gcc -Wall -o%1.exe %1.c -I%H...
by Verhoven
Sat May 26, 2018 11:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar código Harbour con gcc en 64 BITS
Replies: 8
Views: 2017

Re: problem FWH 18.03 with XHB.COM

Kajot,

As a temporary workaround (we are going to send you the fixed libs asap) please add these dummy functions to your main PRG:

function TDBF_ENCRYPT() ; return nil

function TDBF_DECRYPT() ; return nil
by Antonio Linares
Fri Apr 27, 2018 6:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem FWH 18.03 with XHB.COM
Replies: 4
Views: 824

problem FWH 18.03 with XHB.COM

Type: C >>>xhb.exe -o"wKP.c" -m -n -p -q -gc0 -I"S:\include" -I"R:\include" -I"R:\include\w32" "wKP.PRG"<<< xHarbour 1.2.3 Intl. (SimpLex) (Build 20170312) Copyright 1999-2017, http://www.xharbour.org http://www.harbour-project.org/...
by kajot
Thu Apr 26, 2018 6:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem FWH 18.03 with XHB.COM
Replies: 4
Views: 824
PreviousNext

Return to advanced search

cron