Index
2000-05-22 01:08nscbbini.cbb.db@dopb.sk: VFP6: File encryption
2000-05-22 02:28Allen Pollard : RE: VFP6: File encryption
2000-05-22 02:53nscbbini.cbb.db@dopb.sk: Re: VFP6: File encryption
2000-05-22 03:34Allen Pollard : RE: VFP6: File encryption
Back to top
VFP6: File encryption

Author: nscbbini.cbb.db@dopb.sk

Posted: 2000-05-22 01:08:28   Link

Hi pros,

I want to encrypt couple files in my project, and I was thinking about using

_some_ windows API to do this, but I can't seem to find any function in

WIN32API.HLP.

Can anybody help me with this?

TIA

Dezider

--

Dezider Gora

============================================================

mailto:gora@dopb.sk

"What's the best hardware platform for running Windows 98?

.

.

.

.

Slide projector.... :-)"

©2000 nscbbini.cbb.db@dopb.sk
Back to top
RE: VFP6: File encryption

Author: Allen Pollard

Posted: 2000-05-22 02:28:55   Link

There is a crypto API in windows. If you have the MSDN cd/dvd there is a

partial book and it has an example of encrypting a file in C++ so it can be

done with it.

Allen

I want to encrypt couple files in my project, and I was thinking about using

_some_ windows API to do this

©2000 Allen Pollard
Back to top
Re: VFP6: File encryption

Author: nscbbini.cbb.db@dopb.sk

Posted: 2000-05-22 02:53:26   Link

Thanx, I'll check it out. I hope I can use, 'cause I'm not a fan of C++....

Dezider

Allen Pollard wrote:

> There is a crypto API in windows. If you have the MSDN cd/dvd there is a

> partial book and it has an example of encrypting a file in C++ so it can be

> done with it.

> Allen

>

> I want to encrypt couple files in my project, and I was thinking about

> using

> _some_ windows API to do this

>

> ----------------------------------------

> Subscription maintenance at:

> http://leafe.com/mailListMaint.html

>

>

--

Dezider Gora

============================================================

mailto:gora@dopb.sk

"What's the best hardware platform for running Windows 98?

.

.

.

.

Slide projector.... :-)"

©2000 nscbbini.cbb.db@dopb.sk
Back to top
RE: VFP6: File encryption

Author: Allen Pollard

Posted: 2000-05-22 03:34:18   Link

If you wanted string encrypt/decrypt I have a freeware com object for that

somewhere but file is not the same. I found a visual basic site with a

module for encryption that may help.

www.freevbcode.com

Might help

Allen

> Thanx, I'll check it out. I hope I can use, 'cause I'm not a fan of

C++....

©2000 Allen Pollard