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 encryption options of the .NET Remoting mode can be defined for the FACTON client in the FactonNet.exe file and for the FACTON server in the ServerNet.exe file.
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.