-
enured authored
QFQ encrypt/decrypt WIP: created new class for encryption and decryption of strings. Implemented multiple functions to handle these data. Prepared formEditor.sql and formElement.json for new feature
enured authoredQFQ encrypt/decrypt WIP: created new class for encryption and decryption of strings. Implemented multiple functions to handle these data. Prepared formEditor.sql and formElement.json for new feature
This project manages its dependencies using Composer.
Learn more
composer.json 667 B
{
"name": "IMATHUZH/qfq",
"type": "typo3-cms-extension",
"description": "Framework to build web applications: Form generator (bootstrap based), dynamic update, typeahead, multi language, image annotation (via fabric), reports (defined via SQL), SIP protected links, PDF rendering, send mail (dynamic attachments, PDFs), multiple databases, record locking, secure up/download.",
"license": "GPL-2.0-or-later",
"require": {
"typo3/cms-core": "^8.7",
"ext-json": "*",
"ext-apache": "*",
"ext-mysqli": "*",
"ext-fileinfo": "*",
"ext-ldap": "*",
"ext-intl": "*",
"ext-iconv": "*",
"ext-curl": "*",
"ext-openssl": "*"
}
}