I had used Cryptor 4 to encrypt DBFs but this one doesnt work in Windows
Vista. Cryptor 5 can run here but I found many messages of problems with
this version.

Netlib which I used before is now very expensive.

What can I use now to encrypt DBFs in Vista?

Thanks.

Alejandro Fernandez

Re: Encrypting DBFs in Windows Vista by Man-wai

Man-wai
Wed Mar 26 22:43:29 CDT 2008

Alejandro Fernandez wrote:
> I had used Cryptor 4 to encrypt DBFs but this one doesnt work in Windows
> Vista. Cryptor 5 can run here but I found many messages of problems with
> this version.

Mind to the post error messages from both 4 and 5?


--
@~@ Might, Courage, Vision, SINCERITY.
/ v \ Simplicity is Beauty! May the Force and Farce be with you!
/( _ )\ (Xubuntu 7.04) Linux 2.6.24.4
^ ^ 11:43:01 up 1 day 1:23 2 users load average: 1.02 1.12 1.14
? ? (CSSA):
http://www.swd.gov.hk/tc/index/site_pubsvc/page_socsecu/sub_addressesa/

Re: Encrypting DBFs in Windows Vista by Paul

Paul
Thu Mar 27 10:36:33 CDT 2008

I had never heard of Cryptor until now. It sounds like something I could
really use, if it worked.

What has been your experience with it? What are the error messages you're
getting?

I see on Hallogram that "Cryptor 5.0 currently does not support Windows
Vista". Too bad.


What is it like to use? I mean, what do you have to do in your programs to
use it? Maybe I should write something like that myself.




"Alejandro Fernandez" <afernan@emcali.net.co> wrote in message
news:uG5Y9U7jIHA.5724@TK2MSFTNGP03.phx.gbl...
>I had used Cryptor 4 to encrypt DBFs but this one doesnt work in Windows
>Vista. Cryptor 5 can run here but I found many messages of problems with
>this version.
>
> Netlib which I used before is now very expensive.
>
> What can I use now to encrypt DBFs in Vista?
>
> Thanks.
>
> Alejandro Fernandez
>
>



Re: Encrypting DBFs in Windows Vista by Alejandro

Alejandro
Fri Mar 28 13:36:02 CDT 2008

Thanks Man-wai and Paul:

I use Cryptor 4 to encrypt critical data-several DBFs. I had written an app
in which creating DBFs involved a lot of work and time. These files are as
important as the source code. So I decided protect them.

In Cryptor, DBF files remain encrypted all time in your disk and when your
program is executing they are decoded to memory. It uses a password that
your program have internally. So no one can open such files out of your
program because of the message "Its not a table"

The error message from version 4 in Vista is irrelevant. It doesnt work here
at all. Some people say version 5 works in Vista, but with troubles as
registering the COM object with regsver32 . I had not used this version
until now.

Maybe you have some different idea to protect data. Share it to me please.

Alejandro Fernandez



Re: Encrypting DBFs in Windows Vista by Paul

Paul
Fri Mar 28 14:41:40 CDT 2008


"Alejandro Fernandez" <afernan@emcali.net.co> wrote in message
news:OHfBRVQkIHA.5080@TK2MSFTNGP03.phx.gbl...
> Thanks Man-wai and Paul:
>
> I use Cryptor 4 to encrypt critical data-several DBFs. I had written an
> app in which creating DBFs involved a lot of work and time. These files
> are as important as the source code. So I decided protect them.
>
> In Cryptor, DBF files remain encrypted all time in your disk and when your
> program is executing they are decoded to memory. It uses a password that
> your program have internally. So no one can open such files out of your
> program because of the message "Its not a table"
>
> The error message from version 4 in Vista is irrelevant. It doesnt work
> here at all. Some people say version 5 works in Vista, but with troubles
> as registering the COM object with regsver32 . I had not used this version
> until now.
>
> Maybe you have some different idea to protect data. Share it to me please.
>
> Alejandro Fernandez

The main alternative that I know of would be a different back end, like SQL
Server. But encryption would be enough for my current application, if only
it would work on Vista.