Git Product home page Git Product logo

dw-plugin-encryptedpasswords's People

Contributors

crash5 avatar ssahara avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

cqix fjd cosmocode

dw-plugin-encryptedpasswords's Issues

problem to decrypt from the page

With 2014-09-29a "Hrun" when i try to decrypt clicking on the crypted password the ask "Enter the decryption key:" work, but nothing happens when i click on decrypt. The passwords are encrypted equally;
Thanks!

Decrypt outside the plugin in CLI

Hello,
The plugin works like a charm in DokuWiki. However, before responding to a thread on DokuWiki Forum, I have just checked the command in cli with the exemple given in the plugon documentation :
echo 'U2FsdGVkX1/oynrOig+RoUwMNCHvJH2bcmQeAq2xaLI=' | openssl base64 -d |openssl aes-256-cbc -d
which returns an error
enter aes-256-cbc decryption password: *** WARNING : deprecated key derivation used. Using -iter or -pbkdf2 would be better. bad decrypt 139699213349312:error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt:../crypto/evp/evp_enc.c:537:
It seems the issue comes from differences between openssl releases (here or here) with Digest.

Seems to be an syntax error in jsencryption.js

=== modified file 'lib/plugins/encryptedpasswords/jsencryption.js'
--- lib/plugins/encryptedpasswords/jsencryption.js      2014-08-19 09:47:30 +0000
+++ lib/plugins/encryptedpasswords/jsencryption.js      2014-08-19 09:55:53 +0000
@@ -144,7 +144,6 @@
         }
         if ((c.keyCode == 10) || (c.keyCode == 13)) {
             vcClick(1)
-            return false;
         }
         if (c.keyCode == 27) {
             vcClick(0)
@@ -174,7 +173,6 @@
             }
             if ((c.keyCode == 10) || (c.keyCode == 13)) {
                 vcClick(1)
-                return false;
             }
             if (c.keyCode == 27) {
                 vcClick(0)

html/newline does not work anymore in decrypted container

Hi,
we used < html > < pre > in the encrypted container in an earlier version of the plugin. With the current version it seems impossible to create a multiline output. Is there a new workaround to use multiple lines in one encrypted container?
Bye, Ronny

How to add the button to ckgedit?

I am using ckgedit on my DokuWiki and the Encryption Button (grey key) is not shown in the editor. I have to switch back to the default DokuWiki editor to add an encrypted password.

How can I add a button to ckgedit for the Encryption key?

Toolbar and Decrypt stopped working after updating plugin

After updating the plugin to the 8/8/2014 version, the toolbar and the decrypt click stopped working.

I'm using Doku version Ponder Stibbins

If I disable the plugin, the tool bar returns. We need the decrypt to work, we have several password on our pages that we use daily, but now they won't decrypt. Plus we can't encrypt any new ones.

PLUGIN ENABLED
plugin_enabled

PLUGIN DISABLED
plugin_disabled

Show only the encrypted Password not all

Hi,

we have this part s. the file in our syntax.php to reach the goal that only the Password is visible which is encrypted.

After upgrading to the latest Plugin Version this is no longer working.

Any ideas?

new 1.txt

Cheers Markus

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.