CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 9 of 9

Threaded View

  1. #7
    Join Date
    Nov 2010
    Posts
    139

    Re: is it possible for a file with a customised extension to be non-readable to other

    Quote Originally Posted by VictorN View Post
    Yes.
    But any other app won't be able to read the file content properly without the key for decryption.
    ok, so i create a new program that encrypt the file. then when a user logs in my application to open the file my application will then decrypt it?

    so il have too programs? one to encrypt and another (my login app) to decrypt

    i am going to use the File::Encrypt Method to do this, do you think it will work? or is a good idea?
    Last edited by katy_price; December 20th, 2010 at 11:15 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured