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.

dev-bugfix/emailFinisher

Version
dev-bugfix/emailFinisher
Type
neos-plugin
Release Date
Aug 27, 2020 11:06
Source
git
Distribution
zip
Requires
  • neos/form-builder: *
3bab451b307ea0dfb05a66b5276045612b91f816

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).