Hi Erel,
I am writing software to allow users to encrypt and store files securely that can be run from a USB stick. The files are embedded into a 'Locker' file after being encrypted. The software will also allow them to extract the files as required. It is similar in nature to Folder Lock, but without having to mount any drives on the host system to access the files.
I can encrypt and decrypt the files without any problems, I can also then embed the files into the 'Locker' file. But I can't seem to extract the embedded files back out.
C