[osg-users] Reading models from encrypted compressed file

2007-09-11 Thread Ivan Bolčina
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
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Reading models from encrypted compressed file

2007-09-11 Thread David Callu
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]:

 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
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Reading models from encrypted compressed file

2007-09-11 Thread Ivan Bolčina
Great! So gpg provides decrypted streams, which can be then used directly be
osg?

2007/9/11, Mihai Radu [EMAIL PROTECTED]:

 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
  osg-users@lists.openscenegraph.org
  mailto:osg-users@lists.openscenegraph.org
 
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
  
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
 
 
  
 
  ___
  osg-users mailing list
  osg-users@lists.openscenegraph.org
 
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
 
 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org