Binary File Library Example

kronos79

Member
Licensed User
Longtime User
Hi,

Can anyone post an example on how to embed and retrieve files using the Binary File library? I can successfuly embed but cannot seem to retrieve the files back.

Any help would be much appreciated.

Thanks in advance

Chris
 

kronos79

Member
Licensed User
Longtime User
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
 
Top