- Where Developers Learn, Share, & Build Careers
In my company, we are developing against a local server, we do not keep a copy of the file-base on our personal
- We can not work remotely efficiently
- Search the file (Find + Quick Search in Netbusiness, which I use a lot) is very slow.
What option do I have for getting the source code to protect it from theft / hackers that can keep my laptop handy or not?
I recommend because it works on Windows and Linux, free, open-source, and work Does.
It encrypts / decrypts on fly, without any temporary "plain text" files.
You can simply create an encrypted container or encrypt an entire drive, but I suspect that a file container is enough in your case, because you only have the source code (i.e. httpdocs folder) Need protection
There is an option to automatically load the container when the computer (Windows on WIN + L) is locked, so when you leave your laptop (for example, instead of the client ) Then you will be immediately safe.
- One of the select encryption methods (they all have strong encryption algorithms - I like AES, because it's fast and this is the current standard, but you can use any other or 2-3 algos When making composites, make sure that you have a strong password ( of Master ) and you can add a strong password ( )
- And make sure that if you have a If you plan to work for VN / GIT for a period of time, then backup your container file, in case of hard disk failure, it is difficult to recover encrypted data (in some situations it is not impossible)
- And make sure that if you have a If you plan to work for VN / GIT for a period of time, then backup your container file, in case of hard disk failure, it is difficult to recover encrypted data (in some situations it is not impossible)
- One of the select encryption methods (they all have strong encryption algorithms - I like AES, because it's fast and this is the current standard, but you can use any other or 2-3 algos When making composites, make sure that you have a strong password ( of Master ) and you can add a strong password ( )
Comments
Post a Comment