Results 1 to 9 of 9

Thread: [2005] How to set a password to my project

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2004
    Location
    syria
    Posts
    854

    Question [2005] How to set a password to my project

    How to set a password to my project not to the setup ?

  2. #2
    PowerPoster JuggaloBrotha's Avatar
    Join Date
    Sep 2005
    Location
    Lansing, MI; USA
    Posts
    4,286

    Re: [2005] How to set a password to my project

    Password protect the solution (source code)?
    Currently using VS 2015 Enterprise on Win10 Enterprise x64.

    CodeBank: All ThreadsColors ComboBoxFading & Gradient FormMoveItemListBox/MoveItemListViewMultilineListBoxMenuButtonToolStripCheckBoxStart with Windows

  3. #3
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Re: [2005] How to set a password to my project

    What do you mean by "password to my project"? Do you want it to ask for a password when you open it in Visual Studio or do you want the application you're developing to ask for a password?

    As far as I know you can't set a password for your Visual Studio project.

    If you want to add a password to your application... then go ahead?

    What's the question / problem?
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

  4. #4
    Hyperactive Member knxrb's Avatar
    Join Date
    Jul 2007
    Location
    United Kingdom
    Posts
    321

    Re: [2005] How to set a password to my project

    Put what you want to protect in a password protected zip file.
    Did I help you with your problem? If I did rate me by clicking here: Rate knxrb

  5. #5
    PowerPoster Jenner's Avatar
    Join Date
    Jan 2008
    Location
    Mentor, OH
    Posts
    3,712

    Re: [2005] How to set a password to my project

    Quote Originally Posted by knxrb
    Put what you want to protect in a password protected zip file.
    ...and then run it through PGP or something since ZIP files are WAY too easy to break.
    My CodeBank Submissions: TETRIS using VB.NET2010 and XNA4.0, Strong Encryption Class, Hardware ID Information Class, Generic .NET Data Provider Class, Lambda Function Example, Lat/Long to UTM Conversion Class, Audio Class using BASS.DLL

    Remember to RATE the people who helped you and mark your forum RESOLVED when you're done!

    "Two things are infinite: the universe and human stupidity; and I'm not sure about the universe. "
    - Albert Einstein

  6. #6

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2004
    Location
    syria
    Posts
    854

    Re: [2005] How to set a password to my project

    Quote Originally Posted by kasracer
    What do you mean by "password to my project"? Do you want it to ask for a password when you open it in Visual Studio or do you want the application you're developing to ask for a password?

    As far as I know you can't set a password for your Visual Studio project.

    If you want to add a password to your application... then go ahead?

    What's the question / problem?
    I want a password when I open it in Visual Studio.

  7. #7
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Re: [2005] How to set a password to my project

    As far as I know that isn't possible... unless someone created a plugin. The problem lies in protecting the project. The way Visual Studio works it has all source code outside of the project file so a plugin would have to take 1 file with all of the encrypted data, decrypt it somewhere and let Visual Studio open it. Then it would have to re-package all of the data and remove the temporary files when Visual Studio exists. I'm not sure that that's possible.

    Why do you want to do this? There may be a better solution.
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

  8. #8
    PowerPoster Jenner's Avatar
    Join Date
    Jan 2008
    Location
    Mentor, OH
    Posts
    3,712

    Re: [2005] How to set a password to my project

    There's probably some source-code management plugins like the old SourceSafe system from VB6 Pro that'll let you do it, but I doubt any solution out there will be free.
    My CodeBank Submissions: TETRIS using VB.NET2010 and XNA4.0, Strong Encryption Class, Hardware ID Information Class, Generic .NET Data Provider Class, Lambda Function Example, Lat/Long to UTM Conversion Class, Audio Class using BASS.DLL

    Remember to RATE the people who helped you and mark your forum RESOLVED when you're done!

    "Two things are infinite: the universe and human stupidity; and I'm not sure about the universe. "
    - Albert Einstein

  9. #9

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2004
    Location
    syria
    Posts
    854

    Re: [2005] How to set a password to my project

    Thank you for all your effort!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width