--
AlexIancu 15 May 2006
Alex, thank you very much for sharing this Plugin with the growing
TWikiCommunity! There have been some discussions in the past on encrypting content; I am sure there are organizations that are looking forward to try your Plugin.
--
PeterThoeny - 15 May 2006
I made some changes to the Plugin topic, feel free to take this into the next release:
- Fixed heading level & exclusion from TOC
- Fixed
<p> into %BR% (multiple <p> tags are not XHTML compliant)
- Shortened SHORTDESCRIPTION
- Fixed location of
openssl
Note on security: PRIVKEY_FILE and OPENSSL_PATH should not be a preferences settings, the system could be compromized by anyone editing the Plugin topic.
--
PeterThoeny - 15 May 2006
The PRIVKEY_FILE and OPENSSL_PATH are not anymore preference settings. Thank you for your sugestion.
--
AlexIancu - 15 May 2006
I'm getting the following error after enabling TOPICCRYPTPLUGIN. Can you pls explain how to resolve this.
Can't use string ("TOPICCRYPTPLUGIN_DEFAULT_METHOD") as a HASH ref while "strict refs" in use at /home/twiki/lib/TWiki/Prefs.pm line 218.
--
AlokNarula - 16 May 2006
This Plugin is using some unofficial functions (TWiki::Access::userIsInGroup, TWiki::Store::readTopic, TWiki::Prefs::getPreferencesValue) and seems to be written for the 01 Sep 2004 TWiki version.
Alex: Please consider upgrading this Plugin so that it runs on Cairo
and Dakar codebase. See details in
HandlingCairoDakarPluginDifferences.
--
PeterThoeny - 16 May 2006
I'm quite new in twiki developing. I used the the debian package for installing twiki and I've seen that is based on the Cairo release. Searching for the error message i have also came to the link you gave me :). I'll read it and try to make the plugin Dakar compliant. Thanks for the reply.
--
AlexIancu - 16 May 2006
i have uploaded a new version of
TopicCryptPlugin which should work both on Cairo & Dakar releases
--
AlexIancu - 17 May 2006

thanks!
--
PeterThoeny - 17 May 2006
The new
TopicCryptPlugin works fine with the Dakar release. It will be great if the plugin is able to encrypt paragraphs that have manual line breaks. At the moment, when I start a crypt block with {{ and give manual line breaks before the end of the crypt block }}, the text is not encrypted.
--
AlokNarula - 18 May 2006
good point! the requested feature is now available.
--
AlexIancu - 18 May 2006
One more request. The
TopicCryptPlugin defaults to base64 encryption. Is it possible to default to rsa_rc4? Actually I'm using the
TopicCryptPlugin parameters in a template. When I create a new topic and select the template topic as parent, the encryption defaults to base64.
--
AlokNarula - 19 May 2006
I have changed the default encryption method to rsa_rc4 (as base64 alone is in fact demonstrative); but have you tried to change the DEFAULT_METHOD plugin setting?
--
AlexIancu - 19 May 2006
Thanks a lot Alex. I'll be using your plugin on my knowledge base server. Your continual improvements to the plugin have been very helpful.
--
AlokNarula - 20 May 2006
I fixed the author in the "Plugin Author" table row to an Interwiki link (to avoid a broken link.)
--
PeterThoeny - 04 Sep 2006
Typo:
TWiki:Main.XavierRedon in plugin topic should be
TWiki:Main.XavierREDON.
--
PeterThoeny - 16 Jan 2007
I couldn't install the dependency Crypt::OpenSSL::RSA from the latest
CPAN. It couldn;t do the "make". Has anyone experienced this? Thanks
--
MiloValenzuela - 04 Jun 2007
Milo, i have tried this plugin and installed the
CPAN modules yesterday from
CPAN shell and everything worked fine. Maybe you should post your comment on "Support" section.
Thank you for this plugin, folks!
--
KimDeal - 27 Jun 2007
Thanks for your plugin. But when you try to encript content with the verbatim tags, the text goes out from the CRYPT* tags and the verbatim tags was inverted. Thanks in advance
--
JuanRafaelAlvarezCorrea - 06 Dec 2007