private static string GetSecretKey(string baseKey) { baseKey = PasswordHelper.CreateEncryptedPassword(PasswordEncryptionMode.MD5, baseKey).Substring(0, 12); return(baseKey); }