|
-
Dec 2nd, 2008, 09:48 AM
#1
Thread Starter
Fanatic Member
[2005] How to set a password to my project
How to set a password to my project not to the setup ?
-
Dec 2nd, 2008, 10:32 AM
#2
Re: [2005] How to set a password to my project
Password protect the solution (source code)?
-
Dec 2nd, 2008, 11:04 AM
#3
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?
-
Dec 2nd, 2008, 11:07 AM
#4
Hyperactive Member
-
Dec 2nd, 2008, 01:42 PM
#5
Re: [2005] How to set a password to my project
 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.
-
Dec 2nd, 2008, 03:32 PM
#6
Thread Starter
Fanatic Member
Re: [2005] How to set a password to my project
 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.
-
Dec 2nd, 2008, 05:00 PM
#7
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.
-
Dec 2nd, 2008, 05:03 PM
#8
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.
-
Dec 4th, 2008, 01:29 PM
#9
Thread Starter
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|