Encrypted content for kanboard :closed_lock_with_key: GDPR compliance

Valentino Pesce c01c0ad60a update plugin version il y a 6 ans
Assets dbbc40a6a3 button for copying the key il y a 6 ans
Controller 9f4b4faa7b added notice if not present an SSL il y a 6 ans
Helper f0c477316d Line 60 Warning il y a 6 ans
Locale d7f9b2dd3f update translation il y a 6 ans
Model f4e8cfdb1b Update EncryptedContentModel.php il y a 6 ans
Schema ae120c6a98 Postgres schema il y a 6 ans
Template e74651fc82 Fix: icon il y a 6 ans
vendor b1ae2d2bfd first github commitment il y a 6 ans
LICENSE 325caa9785 Create LICENSE il y a 6 ans
Plugin.php c01c0ad60a update plugin version il y a 6 ans
README.md 377decc369 Update README.md il y a 6 ans
_config.yml 873ebe2677 Update _config.yml il y a 6 ans
composer.json b1ae2d2bfd first github commitment il y a 6 ans
composer.lock b1ae2d2bfd first github commitment il y a 6 ans

README.md

EncryptedContent :closed_lock_with_key:

Latest release GitHub license Maintenance [Open Source Love]() Downloads

  • 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 KeePassX or similar.

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.

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

:construction_worker: Any contribution will be highly appreciated

Clone the repository:

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

:bug: 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