Secufor FSQL intercepts form submissions and writes them to one or more MySQL
databases of your choice, so that personal data collected through your forms
never has to sit in your WordPress installation.
Features:
Connection credentials are encrypted at rest with AES-256-GCM, using a key
derived from your site’s WordPress salts.
Every feature of this plugin runs locally and is available without an account.
The plugin contacts no external service on its own: the only requests it makes
are the ones you trigger yourself by submitting the optional account form.
If, and only if, you fill in that form, the plugin connects to secufor.net, the
service that hosts Secufor accounts, for two things:
https://secufor.net/wp-json/jwt-auth/v1/token in exchange for an access token.https://secufor.net/wp-json/wp/v2/users/me. The name and email address it returns are displayed on the account screen.The account is informational only. Logging in unlocks nothing, and logging out
or never logging in disables nothing: the form modules, the database
connections, the exports and every setting behave identically either way.
No form submission and no database credential is ever sent to secufor.net.
Service provided by Secufor: terms of use, data protection.