Link to home
Start Free TrialLog in
Avatar of learn
learn

asked on

How to protect my source code?

Hi,

How to prevent others from seeing my source code during the developing of my project? Use VSS or what?

Thank you in advance.
Avatar of Kinger247
Kinger247

You can use VSS but that doesn't stop people from seeing the code on your machine as it keeps a local cache.
Who do you want to keep it from ?
Avatar of learn

ASKER

Can I set a password so that nobody can read my code except the peoble who know the password?
Avatar of learn

ASKER

We can do this for VBA code in Excel, why not in VB?
VSS just makes it readonly,
Avatar of learn

ASKER

Can we delete the local cache and use the ones inside the database (if only one person developes the project)
You can set up permissions on if your running a NTFS partition. You can deny access to specific file types for example .BAS .VBP .FRM etc. or restrict running visual basic all together.

Control Panel / Administrative Tools / Local Security Settings / Software Restriction policy
Avatar of learn

ASKER

Thank you. But that is no good to do that for all files in a specific file type.
Avatar of GrahamSkan
1. Keep it on an unnetworked PC
or
2. Don't put it in a shared folder and make sure that you have adequate firewall, spyware and virus protection.
ASKER CERTIFIED SOLUTION
Avatar of aikimark
aikimark
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
or you could work from a password-protected .ZIP file.
I personally would use the USB drive idea. If you have one that doesn't have password protecting software on it goto www.truecrypt.org