i want 2 make a higly secured guard lock which no 1 can heck

  • Thread starter Thread starter pradyumn.1
  • Start date Start date
P

pradyumn.1

hi everrybody,

i want 2 make a higly secured guard lock which no 1 can
heck......
here i hav already make a login page, change password
page,and file uploder page with encryption..
bt here i wana , when i store a encrypted file on that
perticular location bt i specially wana that no 1 can
open ,cut,copy,paste of this perticuler page for security
perpose ..also i wana that its path in fat32 file
should remove from there and it sores in my asp.net project
that's why after unstallation of my setup no 1
can see that file atleast..............
so plz provide me the source code in asp.net 2.0 wth language
c#.. and other suggestion also


thanking you
pradyumna agrawal
 
Pradyumna,

If no one can open, cut, copy, paste, etc, etc, then how will your app
access it (it qualifies as someone, and by your definition, no one can
access it).

Needless to say, you will have to allow SOMEONE to access it, otherwise,
there is no point of having it.

In this case, you basically want to set the user permissions on the file
to allow that someone (and only that someone) to access it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top