techdivision/form-encryption

Last activity 20 Jan 2021 1 344
composer require techdivision/form-encryption

Neos formbuilder encryption package. GPG encryption for forms, needs gpg binary.

v1.0.0

Version
v1.0.0
Type
neos-plugin
Release Date
Dec 06, 2019 14:58
Source
git
Distribution
zip
Requires
  • neos/form-builder: *
7894aa6bdd14b0924e72592f360985faccf2a55f

Readme excerpt

TechDivision.Form.Encryption

This package gives you a very basic PGP encryption for the neos/form-builder package.

Installation

TechDivision.Form.Encryption is available via packagist. Add "techdivision/form-encryption" : "~1.0" to the require section of the composer.json or run composer require techdivision/form-encryption.

Simple Setup

This enables a basic encryption with minimum configuration. You basically just need a public key.

  1. Install the package using composer require techdivision/form-encryption.
    If not yet installed, it will also install the Neos Formbuilder.
  2. Add your own pgp PUBLIC key (not as ascii, but as binary file) gpg --dearmor <…
    Read more
The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 15 package(s).