Skip to content

Encrypted content for kanboard 🔐 GDPR compliance

License

Notifications You must be signed in to change notification settings

kenlog/EncryptedContent

Repository files navigation

Checkout our latest project

  • With DocPHT you can take notes and quickly document anything and without the use of any database.

EncryptedContent 🔐

Latest release GitHub license Maintenance Open Source Love Downloads

Donate using Liberapay Donate with PayPal button

  • This plugin allows the insertion of text content encrypted in the kanboard database, with the use of random keys.
  • To store keys, it is recommended to use a password manager such as KeePassXC or similar.

GDPR compliance. Protected from any data breach.

EU General Data Protection Regulation

screencapture-EncryptedContent

Author

Contributor

Requirements

Kanboard >= v1.0.48 Kanboard installed at a web server. You can find the download at kanboard.org

Installation

You have the choice between 3 methods:

  1. Install the plugin from the Kanboard plugin manager in one click
  2. Download the zip file and decompress everything under the directory plugins/EncryptedContent
  3. Clone this repository into the folder plugins/EncryptedContent

Note: Plugin folder is case-sensitive.

⭐ If you like it, do not forget to give a star on GitHub!

👷 Any contribution will be highly appreciated

Clone the repository:

git clone https://github.com/kenlog/EncryptedContent.git

To-do list

  • Incorporate the upload of encrypted files

🐛 Reporting Issues

Please create an issue for any bugs you've found.

Cryptography Details

This plugin was created using the php-encryption library. More information