Board index » delphi » Protecting CDS files
Marius Florian Mailat
![]() Delphi Developer |
Marius Florian Mailat
![]() Delphi Developer |
Protecting CDS files2004-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 . |
Xavier Pacheco
![]() Delphi Developer |
2004-07-12 05:59:57 AM
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/ |
Mike Shkolnik
![]() Delphi Developer |
2004-07-12 12:56:18 PM
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 QuoteHi to all. |
Noel
![]() Delphi Developer |
2004-07-12 07:34:30 PM
Re:Protecting CDS files
On Sun, 11 Jul 2004 15:30:57 +0200, "Marius Florian Mailat"
<XXXX@XXXXX.COM>writes: QuoteI am trying to make more secure my project. I have an project that is build currently no way of encrypting the CDS datafile. -- Noel |
Ramesh Theivendran(Borland)
![]() Delphi Developer |
2004-07-13 05:23:00 AM
Re:Protecting CDS files
Currently, there is no support for password protection.
T.Ramesh. "Marius Florian Mailat" <XXXX@XXXXX.COM>writes QuoteHi to all. |
paladin
![]() Delphi Developer |
2004-08-03 07:58:01 AM
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... QuoteHi to all. |