Hi, To get an encrypting Read/Write plugin, you can always layer an encryption over a regular Read/Write plugin, for example use gpg libraries to pipe in the data from an encrypted file to osgdb_osg, and the other direction, pipe the output of osgdb_osg to gpg to encrypt into a file.
Cheers Mihai David Callu wrote: > Hi Ivan > > You need to found or write a Read/Write plugin for your encrypted > compressed file format. > > David Callu > > 2007/9/11, Ivan Bolčina < [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>>: > > I know that similar question has been asked before, but I was > wondering, if anyone has a solution to this. Or at lease steps I > need to implement. > > Thanks > > _______________________________________________ > osg-users mailing list > [email protected] > <mailto:[email protected]> > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > > <http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org> > > > ------------------------------------------------------------------------ > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

