Return-Path: Delivered-To: apmail-incubator-jspwiki-dev-archive@locus.apache.org Received: (qmail 86625 invoked from network); 9 Mar 2008 11:01:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Mar 2008 11:01:12 -0000 Received: (qmail 98291 invoked by uid 500); 9 Mar 2008 11:01:08 -0000 Delivered-To: apmail-incubator-jspwiki-dev-archive@incubator.apache.org Received: (qmail 98276 invoked by uid 500); 9 Mar 2008 11:01:08 -0000 Mailing-List: contact jspwiki-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jspwiki-dev@incubator.apache.org Delivered-To: mailing list jspwiki-dev@incubator.apache.org Received: (qmail 98267 invoked by uid 99); 9 Mar 2008 11:01:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Mar 2008 04:01:08 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Mar 2008 11:00:28 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6CB91234C083 for ; Sun, 9 Mar 2008 03:59:47 -0700 (PDT) Message-ID: <1168730568.1205060387438.JavaMail.jira@brutus> Date: Sun, 9 Mar 2008 03:59:47 -0700 (PDT) From: "Janne Jalkanen (JIRA)" To: jspwiki-dev@incubator.apache.org Subject: [jira] Commented: (JSPWIKI-205) Obfuscate on disk content type In-Reply-To: <399652799.1204861258099.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JSPWIKI-205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12576748#action_12576748 ] Janne Jalkanen commented on JSPWIKI-205: ---------------------------------------- Well, you know, I started thinking about this and came to the conclusion that the easiest way to deal with it would be to have a encryption layer, in the same way that we have a caching layer with CachingProvider, right on top of the actual repository. It should be pretty easy to develop, though I still don't think it's a good idea to put into the core. But as a separate download it might be interesting to some people. Anybody want to develop a nice EncryptingProvider? > Obfuscate on disk content type > ------------------------------ > > Key: JSPWIKI-205 > URL: https://issues.apache.org/jira/browse/JSPWIKI-205 > Project: JSPWiki > Issue Type: Improvement > Reporter: Chris Lialios > Priority: Trivial > > We would like to store passwords within the wiki pages. > Securing the page is trivial, however the contents on disk remain clear text. > It would be very nice to have a page type that could be stored in an obfuscated form on disk. > As an addition have a secondary password to display/edit the encrypted contents on disk for those who do not want to use wiki security on the page. > I suspect this will have potentially drastic effects on the revisions process, but it would be a small price to pay for security. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.