Implementation ideas to store multiple files within a single file for faster access?

Posted by eminemence on Programmers See other posts from Programmers or by eminemence
Published on 2012-12-05T18:27:41Z Indexed on 2012/12/05 23:18 UTC
Read the original article Hit count: 120

Filed under:
|

My requirement is to store a large number of files within a single file.The files stored could be anything like images, videos or simple text files as well. I want some ideas to implement the same. I am thinking of implementing a file system within a file, but am not sure if its a good idea.

The main area of concern here is the access time. Also I want to provide encryption for this single file. Any suggestions are welcome.

© Programmers or respective owner

Related posts about encryption

Related posts about files