|
-
Sep 9th, 2007, 05:03 AM
#15
Re: [VB 2005] Easy File Encryption/Decryption - Only 2 Lines Of Code!
This is possibly the silliest thread I've ever read. Given that the name of the method is RenameFile why would you think that it would do anything other than rename the file? The file name extension has no effect whatsoever on the contents of a file. You can give any file any extension you like. The only thing that does is prevent you opening the file by double-clicking it in Windows Explorer. You can still use File->Open in the same app and the file will open in all its glory. Try it with your allegedly encrypted text file and you'll see that you can still open it in Notepad and see all the text it contains. Don't you suppose that a method that encrypted a file would have "encrypt" somewhere in the name?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|