Board index » delphi » Protecting CDS files

Protecting CDS files


2004-07-11 09:30:57 PM
delphi4
Hi to all.
I am trying to make more secure my project. I have an project that is build
around the midas technology in Delphi. I'd like to protect my tables in
CDS format with an password. What choices do I have?
Thank you .
 
 

Re:Protecting CDS files

Do you mean you are saving the CDS files directly to disk? If so, you
can encrypt them prior to doing so. Use something like that Abrevia or
LockBox tools on Sourceforge.
- x
--
Xavier Pacheco
President, Consultant
Xapware Technologies Inc
www.xapware.com
---
Author - Delphi for .NET Developer's Guide
www.amazon.com/exec/obidos/ASIN/0672324431/
 

Re:Protecting CDS files

Every field in dataset have the OnGetText and OnSetText events.
You may encrypt your values in OnSetText and decrypt in OnGetText event. So
saved file will be encrypted too
"Marius Florian Mailat" <XXXX@XXXXX.COM>writes
Quote
Hi to all.

I am trying to make more secure my project. I have an project that is
build
around the midas technology in Delphi. I'd like to protect my tables
in
CDS format with an password. What choices do I have?

Thank you .


 

Re:Protecting CDS files

On Sun, 11 Jul 2004 15:30:57 +0200, "Marius Florian Mailat"
<XXXX@XXXXX.COM>writes:
Quote
I am trying to make more secure my project. I have an project that is build
around the midas technology in Delphi. I'd like to protect my tables in
CDS format with an password. What choices do I have?
A better place to ask would be
borland.public.delphi.database.dbexpress. However, I suspect there is
currently no way of encrypting the CDS datafile.
--
Noel
 

Re:Protecting CDS files

Currently, there is no support for password protection.
T.Ramesh.
"Marius Florian Mailat" <XXXX@XXXXX.COM>writes
Quote
Hi to all.

I am trying to make more secure my project. I have an project that is
build
around the midas technology in Delphi. I'd like to protect my tables
in
CDS format with an password. What choices do I have?

Thank you .


 

Re:Protecting CDS files

marius,
see codecentral.borland.com/codecentral/ccweb.exe/listing
hth,
paladin
"Marius Florian Mailat" <XXXX@XXXXX.COM>writes news:XXXX@XXXXX.COM...
Quote
Hi to all.

I am trying to make more secure my project. I have an project that is build
around the midas technology in Delphi. I'd like to protect my tables in
CDS format with an password. What choices do I have?

Thank you .