Making Data Safe

This forum is for general support of Xbase++
Post Reply
Message
Author
bwolfsohn
Posts: 648
Joined: Thu Jan 28, 2010 7:07 am
Location: Alachua, Florida USA
Contact:

Making Data Safe

#1 Post by bwolfsohn »

Massachusetts will soon impose the most stringent data security regulations in the nation. The regulations go into effect on March 1, 2010, and will require you to secure all private personal information in your possession (employees, customers). Your files and computers must be compliant or you will be assessed fines for each breach!
Any thoughts on how to meet these security regulations without re-writing code ??

Perhaps o/s h/d encryption ??

anyone have any thoughts ??

also asked on xbase newsgroup..

Brian
Brian Wolfsohn
Retired and traveling around the country to music festivals in my RV.
OOPS.. Corona Virus, so NOT traveling right now...
http://www.breadmanrises.com
FB travel group: The Breadman Rises

User avatar
rdonnay
Site Admin
Posts: 4729
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Making Data Safe

#2 Post by rdonnay »

Brian -

Look at \exp19\samples\encrypt.

This uses a very secure method of encrypting data.

You also use Advantage server, so you can encrypt an entire database rather easily.

Roger
The eXpress train is coming - and it has more cars.

User avatar
Tom
Posts: 1171
Joined: Thu Jan 28, 2010 12:59 am
Location: Berlin, Germany

Re: Making Data Safe

#3 Post by Tom »

If you have the Alaska Professional Subscription, there should be the files XbpCrypt.dll/.lib somewhere. This provides Hash-Encryption (several mechanisms) and auto-encryption for DBFCDX.
Best regards,
Tom

"Did I offend you?"
"No."
"Okay, give me a second chance."

bwolfsohn
Posts: 648
Joined: Thu Jan 28, 2010 7:07 am
Location: Alachua, Florida USA
Contact:

Re: Making Data Safe

#4 Post by bwolfsohn »

Roger, Tom,

thanks for the suggestions...

Roger,

not all clients are using adsserver.. most still use adslocal.

Don't both the methods you and tom are suggestions require extensive recoding when getting/putting data..

back onto adsserver for a moment...

is encryption/decryption done at the adsserver level i.e. ads returns the data to the program and gets the data from the program unencrypted, but stores it encrypted ??

if so, that's the answer.. just require all clients that must meet the regs to use adsserver !!!
Brian Wolfsohn
Retired and traveling around the country to music festivals in my RV.
OOPS.. Corona Virus, so NOT traveling right now...
http://www.breadmanrises.com
FB travel group: The Breadman Rises

bwolfsohn
Posts: 648
Joined: Thu Jan 28, 2010 7:07 am
Location: Alachua, Florida USA
Contact:

Re: Making Data Safe

#5 Post by bwolfsohn »

bwolfsohn wrote:Roger, Tom,

back onto adsserver for a moment...

is encryption/decryption done at the adsserver level i.e. ads returns the data to the program and gets the data from the program unencrypted, but stores it encrypted ??

if so, that's the answer.. just require all clients that must meet the regs to use adsserver !!!
Roger,Tom,etal,

can you confirm, or not whether my assumption above is valid ??

i.e. something like ads_setencryption() on ??
Brian Wolfsohn
Retired and traveling around the country to music festivals in my RV.
OOPS.. Corona Virus, so NOT traveling right now...
http://www.breadmanrises.com
FB travel group: The Breadman Rises

User avatar
rdonnay
Site Admin
Posts: 4729
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Making Data Safe

#6 Post by rdonnay »

Yes, that's the way Ads Table Encryption works.
The eXpress train is coming - and it has more cars.

Post Reply