Research on EditPlus, Notepad++, ultraEdit, Eclipse, MyEclipse, Keil and Visusl without changing the original working habits and workflow of R&D personnel.
Studio and other source code development tools, as well as CAM350, PADS, Altium.
Circuit design software such as Designer, Cadence, MentorGraphics, etc. are all protected by controlled encryption. After the source code file is encrypted, it will not affect the normal compilation of software. Legal users can double-click normally and use it within the scope of authorization.
2. If the SVN server in the enterprise adopts transparent mode, that is, encrypted files can be stored on the SVN server, the effect to be achieved is that the file ciphertext is stored on the SVN server. Then cooperate with the application server to access the system safely, so that only Windows, Linux and MAC terminals encrypted by the client can access the SVN server in the company normally.
3. If the enterprise adopts eclipse, VS and other development tools, the code will be automatically decrypted when it is directly uploaded to SVN server from these development tools. In order to avoid the problems of version comparison errors caused by chaotic storage of plaintext and ciphertext. Therefore, SVN servers need to store plaintext files uniformly. Then, the data of the terminal computer is encrypted transparently through the server whitelist function, and the data uploaded to the application server is automatically decrypted, uploaded and downloaded automatically.
4. With the secure access system of the application server, only Windows, Linux and MAC encrypted by the client can access the SVN server in the company normally.