Hi,

I am writing an application which must be to open a file protected by a user password.

What is the best solution to secure a file by password ?

I imagine to copy the secured file (encrypted) into a temporary file not secured and open it. But how to do ?

Thank you in advance.