Re: Folder Encryption
- From: "Nick Malik [Microsoft]" <nickmalik@xxxxxxxxxxxxxxxxxx>
- Date: Fri, 19 Aug 2005 08:27:05 -0700
I've heard of other folks doing similar things. You want to be able to
download files to the local hard drive but the contents of the files are
proprietary, and you don't want the users to know how to open and retrieve
their contents. This is essentially "security by obscurity."
If you want to hide some things use obscurity techniques, why not use
Isolated Storage? It gives you a "file system" that you can write to that
is not so obvious to your users...
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconIsolatedStorage.asp
Also, perhaps it would be a good idea to pick the specific file with the
information that is fundamental to the success of your app, and encrypt it
in such a way as the user can decrypt it via your app into memory, where
your app uses it. Once again, the decryption key has to be secured, but as
long as you check the file for tampering (using a hash or a signature,
perhaps), then simply storing the decryption key within your application's
string table may be OK.
I hope this helps,
--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik
Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"SirThanxALot" <sirthanxalot@xxxxxxxxxx> wrote in message
news:1124457121.463167@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Dear all,
>
> I want to protect a large number of files (say 3000) from unauthorised
> access.
> With protect, I mean: kind of vanished.
>
> As little as possible information should be given.
> key factors:
> - number of files
> - the data in the files (of course)
> - only accessible to a few own to-be-developped applications (in C#)
> - easy to add/remove files
>
> I think this is he equivalent of a virtual partition or disk image
> that is mounted for an individual applicaton **instead of the windows file
> system**
> If the 'image' is possible we would probably encrypt the files
> individually, however an entirely
> encrypted image is also good.
>
> Does anyone knows an API that implements this or something very similiar.
> It may be a commercial package also, though an open source or code sample
> is preferred.
>
> Kind regards,
> SirThanxaALot
.
- References:
- Folder Encryption
- From: SirThanxALot
- Folder Encryption
- Prev by Date: Re: Compile with /3G extended memory space
- Next by Date: Re: Timing Question
- Previous by thread: Re: Folder Encryption
- Next by thread: Timing Question
- Index(es):
Relevant Pages
|