Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 26E6A200B70 for ; Fri, 12 Aug 2016 13:44:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 25923160AA6; Fri, 12 Aug 2016 11:44:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 96D30160AB0 for ; Fri, 12 Aug 2016 13:44:21 +0200 (CEST) Received: (qmail 77010 invoked by uid 500); 12 Aug 2016 11:44:20 -0000 Mailing-List: contact dev-help@manifoldcf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@manifoldcf.apache.org Delivered-To: mailing list dev@manifoldcf.apache.org Received: (qmail 76931 invoked by uid 99); 12 Aug 2016 11:44:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Aug 2016 11:44:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 960E52C02A5 for ; Fri, 12 Aug 2016 11:44:20 +0000 (UTC) Date: Fri, 12 Aug 2016 11:44:20 +0000 (UTC) From: "Karl Wright (JIRA)" To: dev@manifoldcf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CONNECTORS-1327) Put obfuscation password in an external file MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 12 Aug 2016 11:44:22 -0000 [ https://issues.apache.org/jira/browse/CONNECTORS-1327?page=3Dcom.atl= assian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright updated CONNECTORS-1327: ------------------------------------ Fix Version/s: ManifoldCF 2.6 > Put obfuscation password in an external file > -------------------------------------------- > > Key: CONNECTORS-1327 > URL: https://issues.apache.org/jira/browse/CONNECTORS-132= 7 > Project: ManifoldCF > Issue Type: Improvement > Components: Framework core > Affects Versions: ManifoldCF 2.4 > Reporter: Aur=C3=A9lien > Assignee: Karl Wright > Priority: Minor > Labels: security > Fix For: ManifoldCF 2.6 > > > It seems that the obfuscation tool uses a symmetric encoding with passwor= d and salt to obfuscate/deobfuscate passwords. I can see that there is a wa= y to change the salt with a property, but it seems that the password is har= dcoded in the source code.In order to try to improve security in MCF, I wou= ld like to be able to store the password (that is currently hardcoded) used= for obfuscation in a specific configuration file. The aim of this approach= is to be able to change it but also to be able to add specific linux acces= s right on it.=20 -- This message was sent by Atlassian JIRA (v6.3.4#6332)