Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. password assgning application?

password assgning application?

Scheduled Pinned Locked Moved C#
csharphelpquestion
7 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    shaz jazz
    wrote on last edited by
    #1

    hi all! i have to make a C# desktop applicatio which can assingn pasword to folders so that when user double clicks the folder (in windows XP) then the password is asked from user. i the user provides correct password then it allows it to open otherwise it doesn't allow. any idea/suggestions how i should take a start?

    May God help u solv ur problems as well,thx in advance!!

    C S M A 4 Replies Last reply
    0
    • S shaz jazz

      hi all! i have to make a C# desktop applicatio which can assingn pasword to folders so that when user double clicks the folder (in windows XP) then the password is asked from user. i the user provides correct password then it allows it to open otherwise it doesn't allow. any idea/suggestions how i should take a start?

      May God help u solv ur problems as well,thx in advance!!

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      The only way to do this is to completely subvert the file system, or to not have real folders at all. Either way, sounds like a C++ task to me.

      Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

      1 Reply Last reply
      0
      • S shaz jazz

        hi all! i have to make a C# desktop applicatio which can assingn pasword to folders so that when user double clicks the folder (in windows XP) then the password is asked from user. i the user provides correct password then it allows it to open otherwise it doesn't allow. any idea/suggestions how i should take a start?

        May God help u solv ur problems as well,thx in advance!!

        S Offline
        S Offline
        Sun Rays
        wrote on last edited by
        #3

        Hi, u can check this article.. http://www.codeproject.com/useritems/Unique_Folder_Protection.asp[^]

        Thanks, Sun Rays

        S 2 Replies Last reply
        0
        • S shaz jazz

          hi all! i have to make a C# desktop applicatio which can assingn pasword to folders so that when user double clicks the folder (in windows XP) then the password is asked from user. i the user provides correct password then it allows it to open otherwise it doesn't allow. any idea/suggestions how i should take a start?

          May God help u solv ur problems as well,thx in advance!!

          M Offline
          M Offline
          Michael Sync
          wrote on last edited by
          #4

          I suggest not to try that kinda application. I have seen that kinda application (e.g. FolderLocker and etc) on the net.. There are always some ways to hack.. and not so difficult to hack too.. Last two years, one of my friend is using that kinda of software (I think it called FolderLocker or something) to protect his file.. What this software does is that convert the folderid of his folder in registry (so, someone click on his folder then it will take you to recyclebin or network place or etc).. And it hide his folder as hidden system files.. that's all.. so, you can probably find how to unhide his folder and change it back to normal folder.. it's too easy.. I didn't see any software that does more advantages than those two steps..

          Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net) "Please vote to let me (and others) know if this answer helped you or not. A 5 vote tells people that your question has been answered successfully and that I've pitched it at just the right level. Thanks."

          1 Reply Last reply
          0
          • S shaz jazz

            hi all! i have to make a C# desktop applicatio which can assingn pasword to folders so that when user double clicks the folder (in windows XP) then the password is asked from user. i the user provides correct password then it allows it to open otherwise it doesn't allow. any idea/suggestions how i should take a start?

            May God help u solv ur problems as well,thx in advance!!

            A Offline
            A Offline
            Adeel Chaudhry
            wrote on last edited by
            #5

            Hello Shaz, First, think of possible ways to do the task, e.g if i be doing it, i will be having a console program, running at the system-startup, with no interface, i.e. hiding the window itself. Naming it very similar to some very known process. So nobody may come to know it is something unusual running in the task manager. In that i would be checking if the user tries to access the folder. Whenever it does, i.e. catch the event, and pop-up the window for asking password. Putting in all the functionality to it. And for managing it, i.e. adding folders/files to secure, i would be having another application. Just the thought! Regards, Adeel

            Do rate the reply, if it helps or even if it doesnot, because it helps the members to know, what solved the issue. Thanks.

            1 Reply Last reply
            0
            • S Sun Rays

              Hi, u can check this article.. http://www.codeproject.com/useritems/Unique_Folder_Protection.asp[^]

              Thanks, Sun Rays

              S Offline
              S Offline
              shaz jazz
              wrote on last edited by
              #6

              Thanks, it seems that this article precisely focuses my problem. i feel i can find useful stuff in it.will check and respond if further required.

              thx in advance!!

              1 Reply Last reply
              0
              • S Sun Rays

                Hi, u can check this article.. http://www.codeproject.com/useritems/Unique_Folder_Protection.asp[^]

                Thanks, Sun Rays

                S Offline
                S Offline
                shaz jazz
                wrote on last edited by
                #7

                Hi! well i have read that article fully. It gives good ways to lock the folder but i was worried how to ask for password from user when he double clicks that folder?? Do you have any ideas about it? can you help me further in development of my application?and can you give me your email for further communication if required? Hope to see your positive response!

                May God help u solv ur problems as well,thx in advance!!

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups