Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread encrypt data file
Thu, Jun 11 2009 7:50 PMPermanent Link

"AlanL"
Hello All,
I want to programatically encyrpt a data file with a password. I am using D7
with DBISAM V4.26 build3
I have looked at the manual but unable to find a method to do this. If
someone could point me in the right direction or give me a code snipet I
would be grateful.
many thanks
AlanL
Thu, Jun 11 2009 9:02 PMPermanent Link

"Raul"

If you wish to enrypt the DBISAM table then just specify the "NewEncrypted"
value as true and provide a password in "NewPassword" field when creating
(CreateTable method) or altering (Altertable) the table.
Online help for table creation/alter is here :
http://www.elevatesoft.com/manual?action=mantopic&id=dbisam4&product=d&version=7&category=1&topic=15

By default DBISAM4 uses Blowfish encryption but that can be changed.
See here :
http://www.elevatesoft.com/manual?action=mantopic&id=dbisam4&product=d&version=7&category=2&topic=11

Raul




"AlanL" <aln5@yahoo.com> wrote in message
news:596F5ED8-F598-463C-BDCB-5039B8212258@news.elevatesoft.com...
> Hello All,
> I want to programatically encyrpt a data file with a password. I am using
> D7 with DBISAM V4.26 build3
> I have looked at the manual but unable to find a method to do this. If
> someone could point me in the right direction or give me a code snipet I
> would be grateful.
> many thanks
> AlanL
>
>
> __________ Information from ESET NOD32 Antivirus, version of virus
> signature database 4149 (20090611) __________
>
> The message was checked by ESET NOD32 Antivirus.
>
> http://www.eset.com
>
>
>



__________ Information from ESET NOD32 Antivirus, version of virus signature database 4149 (20090611) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com



Fri, Jun 12 2009 4:23 PMPermanent Link

"AlanL"
Thank you Raul for your reply. I will try what you have said.
many thanks..
AlanL


"Raul" <raul@raul.ca> wrote in message
news:AB6D1AD8-92F3-443F-8A4D-E6AB54AFDA35@news.elevatesoft.com...
>
> If you wish to enrypt the DBISAM table then just specify the
> "NewEncrypted" value as true and provide a password in "NewPassword" field
> when creating (CreateTable method) or altering (Altertable) the table.
> Online help for table creation/alter is here :
> http://www.elevatesoft.com/manual?action=mantopic&id=dbisam4&product=d&version=7&category=1&topic=15
>
> By default DBISAM4 uses Blowfish encryption but that can be changed.
> See here :
> http://www.elevatesoft.com/manual?action=mantopic&id=dbisam4&product=d&version=7&category=2&topic=11
>
> Raul
>
>
>
>
> "AlanL" <aln5@yahoo.com> wrote in message
> news:596F5ED8-F598-463C-BDCB-5039B8212258@news.elevatesoft.com...
>> Hello All,
>> I want to programatically encyrpt a data file with a password. I am using
>> D7 with DBISAM V4.26 build3
>> I have looked at the manual but unable to find a method to do this. If
>> someone could point me in the right direction or give me a code snipet I
>> would be grateful.
>> many thanks
>> AlanL
>>
>>
>> __________ Information from ESET NOD32 Antivirus, version of virus
>> signature database 4149 (20090611) __________
>>
>> The message was checked by ESET NOD32 Antivirus.
>>
>> http://www.eset.com
>>
>>
>>
>
>
>
> __________ Information from ESET NOD32 Antivirus, version of virus
> signature database 4149 (20090611) __________
>
> The message was checked by ESET NOD32 Antivirus.
>
> http://www.eset.com
>
>
>
>
Image