Name Date Size #Lines LOC

..--

conf/H16-Oct-2025-146

lang/H16-Oct-2025-2710

LICENSEH A D16-Oct-202534.3 KiB675553

README.mdH A D16-Oct-20251.7 KiB3219

action.phpH A D16-Oct-20251.3 KiB4231

crypto_high-level.jsH A D16-Oct-20257.6 KiB254169

crypto_low-level.jsH A D16-Oct-202549.4 KiB1,6851,093

dokuwiki_plugin_page.wikiH A D16-Oct-20255.4 KiB10056

init.jsH A D16-Oct-2025116 41

plugin.info.txtH A D16-Oct-2025328 87

script.jsH A D16-Oct-202513.6 KiB421289

style.cssH A D16-Oct-2025310 1818

syntax.phpH A D16-Oct-20254.5 KiB139110

README.md

1# DokuWiki Plugin: DokuCrypt2
2
3This is a plugin for DokuWiki to support client side cryptography.
4
5* https://www.dokuwiki.org/plugin:dokucrypt3
6* Licence: GPL-3.0 (https://www.gnu.org/licenses/gpl-3.0)
7* Author: Originally by By Scott Moser. Maintained by Thomas Schäfer (thomas@hilbershome.de). Previously maintained by Sherri Wheeler (dokucrypt2)
8
9> **!! Warning:** This plugin should not replace a password manager or peer reviewed cryptography tools for high-priority use. Do not store mission critical type data with this plugin - I cannot be sure that the info is not cached by DokuWiki or the web browser.
10
11> **!! This plugin is provided without warranty or guarantee of any kind. Use at your own discretion.**
12
13## Usage
14
15```
16Hi world.  I have a secret.  Can you read it?
17<SECRET>I like ice cream</SECRET>
18```
19
20When the user hits 'Save' (or a draft is attempted to be saved) a prompt will open, asking the user to enter a pass phrase key for the encryption. Once supplied, the encryption will be done in the browser and the encrypted text submitted to the server.
21
22## Settings
23
24This plugin includes configuration settings.
25
26* `copytoclipboard` - If set to true, the plugin tries to copy the decrypted value to the clipboard.
27* `hidepasswordoncopytoclipboard` - If set to true, the decrypted value will not be shown after being copied to the clipboard (see option 'copytoclipboard').
28
29## ChangeLog
30
31* 2025-10-15: Release of dokucrypt3, which has originally been an internal fork of dokucrypt2 with massive changes to the way encryption is handled. The resulting pull request would not be merged into the base repository (due to maintenance effort). So a new github repository `dokucrypt3` was created based on dokucrypt2 and the new encryption engine.
32