cosmocode / dokuwiki-plugin-encryptedpasswords

Store 256 bit AES encrypted text in your DokuWiki pages. by Wolfgang Reszel
https://www.dokuwiki.org/plugin:encryptedpasswords
GNU General Public License v2.0
1 stars 6 forks source link

Copy decrypted data button #11

Open lam015 opened 1 year ago

lam015 commented 1 year ago

Hello. Now when i click somewhere on decrypted data on page, that data is copied to clipboard without my will. It can be a data leak, especially if decrypted data is large.

Wished use case:

  1. Decrypt data
  2. Select something inside that data
  3. Copy to clipboard via Ctrl-C (if needed)

It will be good if we have some button like "Copy to clipboard" in the right-top corner of decrypted data to copy all content of specific decrypted field to clipboard.

Thank you.