Search found 92 matches: encrypting

Return to advanced search

Re: How code obfuscation helps protect application data

... you are talking about database encryption ... I watched you movie clip about cows ??? in any case, For all my State Government contracts I suggest encrypting all my tables .. specifically any fields that many have any personal information, Names, Addresses, credit card info ... etc .. Rick Lipkin ...
by Rick Lipkin
Thu May 05, 2022 1:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How code obfuscation helps protect application data
Replies: 11
Views: 1366

Re: Ejecutar .SQL en la nube

... If you continue to put your data in the cloud on some ones datacenter ... I would Seriously consider encrypting your data.... Just my 2 cents worth. Rick Lipkin
by Rick Lipkin
Mon Dec 27, 2021 2:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejecutar .SQL en la nube
Replies: 1
Views: 372

hb_crypt and hb_decrypt problem

Hey everybody! I'm encrypting some data on my application with a random salt and I found out a problem like this: hb_crypt("@Selva123","LVLVDTWRQHVYCDTP")hb_decrypt(hb_crypt("@Selva123","LVLVDTWRQHVYCDTP"),"LVLVDTWRQHVYCDTP")  ...
by ricbarraes
Wed Aug 11, 2021 1:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_crypt and hb_decrypt problem
Replies: 3
Views: 758

Re: Force a POST sort on xBrowse

Rick,

How about de-encrypting into an array, then browsing the array.
by James Bott
Fri Jun 11, 2021 4:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Force a POST sort on xBrowse
Replies: 5
Views: 748

Re: Force a POST sort on xBrowse

Rao It appears the sort order is based on the original encrypted data ... When I build the browse I am de-encrypting it on the fly ..  ADD oCol1 to oLbx AT 1 DATA {|x| x := _ChkUser(oRsEmp:Fields("UserID"):Value) }   HEADER "UserId" ...
by Rick Lipkin
Fri Jun 11, 2021 2:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Force a POST sort on xBrowse
Replies: 5
Views: 748

Re: TDatabase Class

... list .. don't think orderscope works either :( Need help ... this is a very big contract and I am ( due to the Colonial Pipeline ransom ) encrypting all the user data .. and moving the application from MS Access to Ms Sql Server .. Access and Sql server are both coded the same .. however ...
by Rick Lipkin
Wed May 19, 2021 5:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase Class
Replies: 18
Views: 2076

Re: GDPR - General Data Protection Regulation

Encrypting memo fields is not a big issue. This can be resolved.

The real problem is Index files. Contents of index files are not encrypted.
by nageswaragunupudi
Tue Jan 02, 2018 3:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GDPR - General Data Protection Regulation
Replies: 19
Views: 3748

Re: OT. La que viene

... to encrypt and de-encrypt data .. specifically sensitive fields like password, credit card numbers, etc. For years there has been talk of encrypting ( all ) Enterprise data as a last resort defense to protect personal data when our hapless Web site coders\engineers can't seem to write ...
by Rick Lipkin
Sat Dec 30, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: OT. La que viene
Replies: 8
Views: 1715

Re: GDPR - General Data Protection Regulation

So, it seems dbf files with memo field is not possible for encrypting, neither in harbour nor in xharbour. Yes, you're right. I checked and I used that only for DBF without memo fields. do you use DBI_PASSWORD in production programs ? pls Yes. how to ...
by Enrico Maria Giordano
Wed Dec 27, 2017 7:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GDPR - General Data Protection Regulation
Replies: 19
Views: 3748

Re: GDPR - General Data Protection Regulation

... && ! pArea->fHasMemo )            pArea->fEncrypted = TRUE;  So, it seems dbf files with memo field is not possible for encrypting, neither in harbour nor in xharbour. do you use DBI_PASSWORD in production programs ? pls how to encrypt dbf files ? pls Regards
by hmpaquito
Wed Dec 27, 2017 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GDPR - General Data Protection Regulation
Replies: 19
Views: 3748

Re: GDPR - General Data Protection Regulation

I'm afraid that encrypting data won't be enough. Just google the GDPR regulation and you'll see that it is a lot more than that. You need to keep a logbook where you need write down how you get the data, how you process the data and ...
by driessen
Sun Jul 09, 2017 9:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GDPR - General Data Protection Regulation
Replies: 19
Views: 3748

Re: GDPR - General Data Protection Regulation

... or data files since they just encrypt everything. I remember back in 1996, I started one of the first online stores. At that time nobody was encrypting purchase information, not even credit card data. I spent months finding a way to do encryption online because nobody knew how to do it. My ...
by James Bott
Fri Jul 07, 2017 10:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GDPR - General Data Protection Regulation
Replies: 19
Views: 3748

Re: FiveWeb Questions

It did not seem to do anything. I might be able to get around this issue by encrypting the text sent in the browser and trying to make a "session". I've tried before to encrypt the text with no luck. See below for my simple login ... can you give me ...
by Jeff Barnes
Wed May 04, 2016 1:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb Questions
Replies: 140
Views: 25570

Re: encrypting dbf files

In our programs, we are taking a different solution for the encryption of database: we use the windows encryption from a administrator user that we only know the password because we access the DBF-encrypted from FiveWin and .NET and we can't use FW or xHarbour function to encrypt/decrypt. When a use...
by Patrizio
Fri May 09, 2014 9:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: encrypting dbf files
Replies: 67
Views: 15371

Re: encrypting dbf files

Jds I am trying to encrypt dbf files while quitting the program and it works with SX_dbfencrypt BUT when I quit/interrupt the program by clicking on the x in the right upper corner of the (start) window it does NOT work. Try calling the encryption function from the generic exit function. Exit Functi...
by James Bott
Mon May 05, 2014 11:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: encrypting dbf files
Replies: 67
Views: 15371
Next

Return to advanced search