Hi Allen, I recently ran into a similar problem. I had to deploy an application via internet containing a zip archive which I had to deflate on the client side (programmatically). I found this very useful zip/unzip api:
http://www.winimage.com/zLibDll/minizip.html I haven't used the crypting features, but I saw that it is somehow supported. It might be useful for you as well. Regards, Toni > -----Messaggio originale----- > Da: [EMAIL PROTECTED] [mailto:opensg-users- > [EMAIL PROTECTED] Per conto di Allen Bierbaum > Inviato: venerdì 11 novembre 2005 15.24 > A: opensg-users > Oggetto: [Opensg-users] Encryption of loaded files > > I need a simple fast way to ship data files with an application in such > a way that they can only be loaded with that application. > > I know that it is possible to load gzip compressed files with OpenSG, > but has anyone ever done anything with supporting encrypted files? > > I am not asking for anything too complex here, even just support for a > file stream modifier that XOR'ed a user defined key against all the > bytes coming through would work well enough for me. > > -Allen > > > ------------------------------------------------------- > SF.Net email is sponsored by: > Tame your development challenges with Apache's Geronimo App Server. > Download > it for free - -and be entered to win a 42" plasma tv or your very own > Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > _______________________________________________ > Opensg-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/opensg-users ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
