In my company, we are developing against a local server, we do not keep a copy of the file-base on our personal laptops given by the company, that we take home.
There are 2 problems with that:
- We can’t work remotely efficiently.
- File search (find + quick find in NetBeans, which I use a lot) is very slow.
What options do I have of securing the source code on my laptop to save it from thieves / hackers that may or may not lay hands on my laptop?
I recommend TrueCrypt, as it’s easy to use, free, open-source, and works both on Windows and Linux.
It encrypts/decrypts on the fly, with no temporary “plain text” files.
You can just create an encrypted container or encrypt an entire drive, but I suspect a file container is enough in your case, as you need to protect just the source code (ie httpdocs folder).
It has an option to automatically dismount the container when locking the computer (WIN+L on Windows) so you would also instantly be protected when you leave your laptop (at a client’s location, for example).
algorithms – I prefer AES, as it’s faster and it’s the current
standard, but you can go with another one or a combination of 2-3
algos) and hashing method (I would suggest SHA-512 over the default RIPEMD-160)
container
work for a while without commiting to SVN/Git. In case of hard-disk
failure, encrypted data is harder to recover (if not impossible in
some situations)