CmisSync.Auth.Crypto.GetCryptoKey C# (CSharp) Method

GetCryptoKey() public static method

Salt for the obfuscation.
public static GetCryptoKey ( ) : byte[]
return byte[]
        public static byte[] GetCryptoKey()
        {
            return System.Text.Encoding.UTF8.GetBytes(
                "Thou art so farth away, I miss you my dear filesā„, with Oris4 Sync be forever by my side!");
        }
    }