CmisSync.Lib.Config.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 CmisSync be forever by my side!");
        }