OUTPUT
Compilation Unit
-Eencrypt[=<filename>]
<filename>: The name of the file to be generated
It may contain special modifiers (refer Using Special Modifiers).
The default filename is %f.e%e. A file named ` myfun.c' creates an encrypted file named ` myfun.ec'.
This option encrypts all files passed together with this option, using the given key with the -Ekey option (refer -Ekey: Encryption Key).
None
None
myfun.c myfun.h -Ekey1234567 -Eencrypt=%n.e%e
This encrypts the ` myfun.c' file using the 1234567 key to the ` myfun.ec' file and the ` myfun.h' file to the ` myfun.eh' file.
The encrypted myfun.ec and myfun.eh files may be passed to a client. The client can compile the encrypted files without the key by compiling the following file:
myfun.ec