Search found 199 matches: encryption

Return to advanced search

Re: how to check Encrypt() and Decrypt()?

... I would advise to use them instead of FWH Encrypt() and Decrypt() Please be aware that they are not compatible. So please decrypt before changing encryption functions On the other hand, Harbour functions source code is available, meanwhile FWH encription functions source code it is not
by dutch
Tue Feb 18, 2020 2:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to check Encrypt() and Decrypt()?
Replies: 6
Views: 1241

Re: how to check Encrypt() and Decrypt()?

... I would advise to use them instead of FWH Encrypt() and Decrypt() Please be aware that they are not compatible. So please decrypt before changing encryption functions On the other hand, Harbour functions source code is available, meanwhile FWH encription functions source code it is not
by Antonio Linares
Mon Feb 17, 2020 12:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to check Encrypt() and Decrypt()?
Replies: 6
Views: 1241

Re: HB_DBCreateTemp

... show 1234 in all sessions gives back 1234. If I shut down the server and restart HB_getenv() is empty. This way, I do not have to store my encryption password on the server.
by Otto
Mon Feb 03, 2020 10:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HB_DBCreateTemp
Replies: 3
Views: 831

BUG MARIADB SUPPORT FWH1906

Hi, We have this bug using mariaDB support on last FWH Build, i have user table with data encryption by MySql AES_ENCYPT() Function, on last version of FWH code retrieve data but gets all fields blank, i run query on Heidi or sqlyog or Tdolphin and works ok and get data ...
by nnicanor
Wed Sep 25, 2019 2:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BUG MARIADB SUPPORT FWH1906
Replies: 5
Views: 936

Re: communicating via shared memory

Dear Antonio, file is no option. I need the key for encryption "data at rest encryption". In my WORDPRESS DMS I secure the data inside MariaDB through encryption. And I do not want that the key is on the same server. If someone gets access ...
by Otto
Wed Sep 11, 2019 6:34 am
 
Forum: mod_harbour
Topic: communicating via shared memory
Replies: 7
Views: 1062

communicating via shared memory

... I could use for communicating via shared memory: shm_server.c, shm_client.c Can we use these programs in mod harbour. I would like to store the encryption key for "data at rest encryption" in server memory. I have this functionality in my PHP programs. Thank you in advance Otto shm_server.c ...
by Otto
Tue Sep 10, 2019 6:24 am
 
Forum: mod_harbour
Topic: communicating via shared memory
Replies: 7
Views: 1062

Re: Fivewin - anti hacker software

Hello,
no. In case of a RANSOM attack you have no time.

https://www.youtube.com/watch?v=4gR562GW7TI

Please look from 2.48 on. Here you see the speed of encryption.

Best regards
Otto
by Otto
Wed Jun 19, 2019 3:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin - anti hacker software
Replies: 7
Views: 1036

Re: OT - PLEASE_READ_ME_XMG - database hack!!!!!

Hello,
therefore we use Data-at-Rest Encryption and we store the password in menory of the server.
So also if someone gets access to the files the files are endrypted.
Best regards
Otto
by Otto
Fri Apr 19, 2019 6:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT - PLEASE_READ_ME_XMG - database hack!!!!!
Replies: 5
Views: 1601

How to sign xml files using SHA256 ?

Hi guys,

I really need to sign xml files using certificate and SHA256 encryption. Is there in FWH any resource for to do this ?
by vilian
Fri Dec 21, 2018 2:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to sign xml files using SHA256 ?
Replies: 2
Views: 747

Re: EXE passwords are visible in plain

>on new class I use Aes cifrature ADVANCED ENCRYPTION STANDARD 128 bit
Hello Silvio
how do you store the key.
c := aes256_Decrypt( c, @cKey )
Thank you and best regards
Otto
by Otto
Sat Nov 10, 2018 7:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXE passwords are visible in plain
Replies: 27
Views: 5120

Re: EXE passwords are visible in plain

For decript I not use decript/encript of fivewin
On oldest class I used decript and encript
on new class I use Aes cifrature ADVANCED ENCRYPTION STANDARD 128 bit
by Silvio.Falconi
Sat Nov 10, 2018 8:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXE passwords are visible in plain
Replies: 27
Views: 5120

Re: Encrypt MariaDB Data

... But in this case I have a little member web page with this company too. Only a landing page. But that shows again the importance of "encryption at rest" . Best regard, Otto
by Otto
Wed Oct 17, 2018 10:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Encrypt MariaDB Data
Replies: 5
Views: 908

Re: Encrypt MariaDB Data

Hello,
with encryption on my database files look like this. Now I feel relaxed.
Best regards
Otto
Image
by Otto
Sun Sep 09, 2018 4:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Encrypt MariaDB Data
Replies: 5
Views: 908

Re: Encrypt MariaDB Data

Thank you Otto,

I am planning to do encryption on my current project too.. This is a good start to initially understand it .

:wink:
by fraxzi
Fri Sep 07, 2018 2:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Encrypt MariaDB Data
Replies: 5
Views: 908

Encrypt MariaDB Data

... able to read and modify the data. If this data falls into the wrong hands (criminals or competitors) this may result in serious consequences. With encryption you protect Data At Rest (see the Wikipedia article). That way, the database files are protected against unauthorized access. BTW XAMPP is ...
by Otto
Thu Sep 06, 2018 5:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Encrypt MariaDB Data
Replies: 5
Views: 908
PreviousNext

Return to advanced search