https://github.com/kenlog/encryptedcontent
Encrypted content for kanboard :closed_lock_with_key: GDPR compliance
https://github.com/kenlog/encryptedcontent
encryption gdpr-compliant kanboard kanboard-plugin
Last synced: 2 months ago
JSON representation
Encrypted content for kanboard :closed_lock_with_key: GDPR compliance
- Host: GitHub
- URL: https://github.com/kenlog/encryptedcontent
- Owner: kenlog
- License: mit
- Created: 2018-11-20T10:16:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-06T17:50:47.000Z (over 1 year ago)
- Last Synced: 2025-05-13T20:32:17.493Z (about 1 year ago)
- Topics: encryption, gdpr-compliant, kanboard, kanboard-plugin
- Language: PHP
- Homepage: https://kanboard.org
- Size: 125 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
## Checkout our latest project
- [Global Search Plugin for Kanboard](https://github.com/kenlog/global-search-kanboard.git)
-----------
# EncryptedContent :closed_lock_with_key:
[](https://github.com/kenlog/EncryptedContent/releases)
[](https://github.com/kenlog/EncryptedContent/blob/master/LICENSE)
[](https://github.com/kenlog/EncryptedContent/graphs/contributors)
[]()
[](https://github.com/kenlog/EncryptedContent/releases)
- 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](https://github.com/keepassxreboot/keepassxc) or similar.
### GDPR compliance. Protected from any data breach.
_EU General Data Protection Regulation_

Author
------------
- Valentino Pesce
- [License MIT](https://github.com/kenlog/EncryptedContent/blob/master/LICENSE)
Contributor
------------
- [Craig Crosby](https://github.com/creecros)
Requirements
------------
Kanboard >= v1.0.48
Kanboard installed at a web server.
You can find the download at [kanboard.org](https://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:
```console
git clone https://github.com/kenlog/EncryptedContent.git
```
To-do list
------------
- [ ] Incorporate the upload of encrypted files
:bug: Reporting Issues
------------
Please [create an issue](https://github.com/kenlog/EncryptedContent/issues/new) for any bugs you've found.
Cryptography Details
------------
This plugin was created using the php-encryption library.
[More information](https://github.com/defuse/php-encryption)
