Encryption of the TCP channel

The communication between the FACTON client and server is done by .NET Remoting over the TCP channel (transmission control protocol). This channel can be encrypted to ensure a secure communication of sensitive data (such as project names, project cost information, user names, etc.).

The command line parameters are provide upon starting the FACTON Client ((FactonNET.exe) and the FACTON Server (ServerNET.exe):

Parameter Value
-RemotingMode={mode} {mode} = "1" for using TCP -> unencrypted
{mode} = "5" for using TCP + Secure -> encrypted

Further Information see FACTON Client and Server Configuration.