techdivision/form-encryption
composer require techdivision/form-encryption
Neos formbuilder encryption package. GPG encryption for forms, needs gpg binary.
v1.0.1
Readme excerpt
TechDivision.Form.EncryptionThis package gives you a very basic PGP encryption for the neos/form-builder package.
InstallationTechDivision.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 SetupThis enables a basic encryption with minimum configuration. You basically just need a public key.
- Install the package using composer require techdivision/form-encryption.
If not yet installed, it will also install the Neos Formbuilder. - Add your own pgp PUBLIC key (not as ascii, but as binary file) gpg --dearmor <…
Read more
The same vendor provides 15 package(s).