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.... :-)"
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
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.... :-)"
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++....