On Mon, Nov 04, 2002 at 05:46:11PM +0800, Mike Blancas wrote: > I'm looking for a symmetric key file encryption library that could be > easily called by powerbuilder. Does anyone here have experience > programming in windows? My search in google always comes up with xceedsoft > encryption library or encrlib by encrsoft. I was hoping there is a free > library. What library would the windows experts here recommend?
I believe a lot of the open source libraries can be easily rebuilt as Windows DLL's. I don't see how hard it could be. One I'd recommend is Nettle (http://www.lysator.liu.se/~nisse/nettle/); very simple library that generally doesn't include too much excess baggage. I think mingw32 or VC++ should be able to compile it into a DLL without any trouble. You can even get public key crypto from the library if you need it. -- Rafael R. Sevilla <dido at imperium dot ph> +63(2)8123151 Software Developer, Imperium Technology Inc. +63(917)4458925 _ Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph To leave: send "unsubscribe" in the body to [EMAIL PROTECTED] Fully Searchable Archives With Friendly Web Interface at http://marc.free.net.ph To subscribe to the Linux Newbies' List: send "subscribe" in the body to [EMAIL PROTECTED]
