Click here to Skip to main content
15,905,781 members
Home / Discussions / C#
   

C#

 
GeneralRe: File Security Pin
PIEBALDconsult20-Apr-10 4:10
mvePIEBALDconsult20-Apr-10 4:10 
JokeRe: File Security Pin
Wes Aday20-Apr-10 5:00
professionalWes Aday20-Apr-10 5:00 
AnswerRe: File Security Pin
Pete O'Hanlon20-Apr-10 4:05
mvePete O'Hanlon20-Apr-10 4:05 
GeneralRe: File Security Pin
PIEBALDconsult20-Apr-10 4:09
mvePIEBALDconsult20-Apr-10 4:09 
GeneralRe: File Security Pin
Myn9220-Apr-10 4:24
Myn9220-Apr-10 4:24 
GeneralRe: File Security Pin
PIEBALDconsult20-Apr-10 4:34
mvePIEBALDconsult20-Apr-10 4:34 
GeneralRe: File Security Pin
Ennis Ray Lynch, Jr.20-Apr-10 9:12
Ennis Ray Lynch, Jr.20-Apr-10 9:12 
AnswerRe: File Security Pin
Alan Balkany20-Apr-10 4:16
Alan Balkany20-Apr-10 4:16 
There's a Japanese proverb: "The best place to hide a horse is among horses." Using that concept, you could put your XML file in C:\Windows\System32, where no one will ever find it by blind searching.

You could make it even harder to find by changing its name every time you use it, storing the new name encrypted in the Registry.

To protect against deletion, you could store two copies of the file, and if one is deleted, restore it from the other copy. If both are deleted, your program could restore them from the Recycle Bin.
GeneralRe: File Security Pin
Luc Pattyn20-Apr-10 4:32
sitebuilderLuc Pattyn20-Apr-10 4:32 
AnswerRe: File Security Pin
Kevin Marois20-Apr-10 7:11
professionalKevin Marois20-Apr-10 7:11 
GeneralRe: File Security Pin
PIEBALDconsult20-Apr-10 7:29
mvePIEBALDconsult20-Apr-10 7:29 
GeneralRe: File Security Pin
Kevin Marois20-Apr-10 7:54
professionalKevin Marois20-Apr-10 7:54 
GeneralRe: File Security Pin
harold aptroot20-Apr-10 8:33
harold aptroot20-Apr-10 8:33 
GeneralRe: File Security Pin
Luc Pattyn20-Apr-10 8:17
sitebuilderLuc Pattyn20-Apr-10 8:17 
GeneralRe: File Security Pin
PIEBALDconsult20-Apr-10 8:23
mvePIEBALDconsult20-Apr-10 8:23 
GeneralRe: File Security Pin
Luc Pattyn20-Apr-10 8:31
sitebuilderLuc Pattyn20-Apr-10 8:31 
AnswerRe: File Security Pin
Dave Kreskowiak20-Apr-10 11:11
mveDave Kreskowiak20-Apr-10 11:11 
AnswerRe: File Security Pin
AspDotNetDev20-Apr-10 13:01
protectorAspDotNetDev20-Apr-10 13:01 
QuestionMessage Removed Pin
20-Apr-10 3:13
Tunisien8620-Apr-10 3:13 
JokeRe: Create and connect my checklistBox with my local database in csharp smart device project Pin
Michel Godfroid20-Apr-10 3:36
Michel Godfroid20-Apr-10 3:36 
GeneralRe: Create and connect my checklistBox with my local database in csharp smart device project Pin
Tunisien8620-Apr-10 3:42
Tunisien8620-Apr-10 3:42 
GeneralRe: Create and connect my checklistBox with my local database in csharp smart device project Pin
Michel Godfroid20-Apr-10 4:04
Michel Godfroid20-Apr-10 4:04 
QuestionWindows Desktop Sharing as service... Pin
Jacob Dixon20-Apr-10 3:10
Jacob Dixon20-Apr-10 3:10 
AnswerRe: Windows Desktop Sharing as service... Pin
Michel Godfroid20-Apr-10 3:57
Michel Godfroid20-Apr-10 3:57 
GeneralRe: Windows Desktop Sharing as service... Pin
Jacob Dixon20-Apr-10 4:23
Jacob Dixon20-Apr-10 4:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.