This invention relates to a method of protecting an original plain text file, and a computer tool to access an original plain text file that has been protected.
The invention is concerned with plain text file, especially computer source code, and their distribution to customers. The reason why software developers supply products in the form of source code, for example, in a high-level language such as C or C++, is that this can be readily adapted by their customers to suit their particular applications. However, in distributing source code in this manner, the developer loses control of subsequent use including copying by their customers and third parties obtaining the code from their customers, and the developer is then wholly dependent on legal enforcement of contracts and licences to protect their intellectual property rights.
An object of the invention is to provide a method and means whereby a plain text file can be protected against illegal copying or use once it has been distributed to an authorised user.
This is achieved according to the invention by providing a method comprising encrypting an original plain text file and making it available to a user as a protected file, and issuing to said user a user program and a user licence to enable said user to decrypt the protected file and view an image of the original file whilst preventing the image of the original file from being copied to any file, other than as a further protected file.
Thus access to the plain text file is granted by a combination of a user licence and a special user program which makes use of the user licence and protected file to re-create, in the memory of a computer, an image of the original file, which can be displayed and edited. This image is preferably protected against copying by arranging that the memory in which it is stored is not backed up to the computer swap file so that it cannot be found by programs that might read the image file.
Preferably, the user program comprises an editor program and the user uses the editor program to edit the image of the original file and saves the changes to the original image in an encrypted form in a difference file, separate from the original file. The user re-creates the edited image of the original file from the protected file and the difference file using the editor program and user licence. If desired, the user can re-edit the edited image and then save the changes to the re-edited image in a second difference file, which is encrypted and is kept separate from the original file and the difference file. Subsequently, the user uses the editor program and user licence to re-create the most recent edited image from the original file and as many difference files as are involved.
The advantage of storing changes to the original file as a difference file or multiple difference files is that this is, an auditable arrangement in which the ownership of each file can be readily identified as with the originator of each, and this identification is not lost with successive edit processes.
Also, if each of the difference files is encrypted using the same or a separate licence to that of the protected file, then each of these is similarly protected.
The user program preferably has only limited copying capabilities that allow data to be copied only into other protected files, a typical data copying capability being known as “cut and paste”.
Portions of the original file may be marked as non-editable or invisible so that they can never be removed by the editor program, and thus will always be present to allow identification of the original file for licensing or other purposes or to restrict the use of the original file to that defined by the user licence.
The user program may comprise any computer tool needed by a user to access the original plain text, and includes compilers, version or configuration management tools and source level debuggers. Where multiple tools are required to access plain text source code and to generate executable code from it, each of the tools will require the protection features of the invention.
However, in an alternative embodiment of the invention, the user program comprises a special editor program incorporating an obfuscator which generates obfuscated code from the image generated by the editor program, thereby preventing access to the source code other than by a compiler or similar tool which is capable of converting the obfuscated code to intelligible object code which is identical to that which would have been generated if the compiler had had access to the original source code.
Thus, according to another aspect, the invention consists in a computer tool for a user to access an original plain text file which has been protected by being encrypted in a protected file, the tool being adapted to decrypt the protected file once authorised by a user licence issued by an authority responsible for the protected file so as to produce an image of the original plain text file whilst preventing the image of the original file from being copied to any file, other than as a further protected file.
The tool preferably comprises an editor program and may be a special editor program including an obfuscator as already described above.
The invention will now be described by way of example with reference to the accompanying drawings:
Referring to
The protected file 101 is distributed by the source code owner to a user, together with a user licence 103, which incorporates the key used in the public key cryptography to protect the file 101. The licence 103 is distributed using either the public key infrastructure PKI or a similar certificate-based mechanism.
The user receiving the protected file 101 and user licence 103, is provided with a special computer tool to access the source code in the protected file.
The tool first checks its own validity by checking a digital signature which is stored within its own executable file to ensure it has not been modified. It then opens the licence 103 and determines if it is entitled to run.
If the tool is entitled to run, then it opens the protected file 101. It then uses two decryption engines (102, 105) to generate data streams which represent the decrypted contents of the protected file and licence. These streams are then fed to a reconstruction engine 106 which combines the two streams to generate a human readable image 107. This image is held in the memory of a computer which is not backed up to the computer swap file so that the image cannot be found by other programs on the computer.
The human readable image 107 contains all of the source code lines along with flags indicating whether lines are invisible or non-editable.
The computer tool includes an editor that allows the image 107 to be edited, and this is illustrated in
This set of differences is then passed to an encryption engine 207 which uses a public key pair from the licence 103 to create a difference file 208. This public key pair used to encrypt the difference file is preferably different to the public key pair used to encrypt the protected file 101.
The difference file 208 is separate from but associated with the protected file 101 for use in creating the edited image, thereafter.
If, as shown in
The first operation performed by the obfuscator 302 is to use the mechanism described in
Once the image 107 is available, then the obfuscator 302 can process this to generate the obfuscated source file 304. The process of obfuscation involves the removal of all human intelligible information from the file and is a well known technique (see for example Collberg et. al. U.S. Pat. No. 6,668,325). Obfuscation typically involves the removal of all comments from the source code; replacement of human-meaningful variable names with randomly-selected names and; modification of formatting to make the code difficult for humans to read.
Once the obfuscated source file 304 is available it can be read by the conventional compiler 305 which will produce an object file 306 identical to that which would have been produced by compiling the human readable image 107.
Number | Date | Country | Kind |
---|---|---|---|
0421774.1 | Sep 2004 | GB | national |
Filing Document | Filing Date | Country | Kind | 371c Date |
---|---|---|---|---|
PCT/GB2005/003735 | 9/29/2005 | WO | 00 | 9/10/2008 |