Plugin security question
-
Hi,
I’m new to plugin development, and one thing I need to do is store some confidential data which can be read when the plugin is installed and then used every time the plugin functionality is invoked. I can see how to create a custom database table and store entries there, but my worry is that any other plugin will have access to it. Is there a way for plugins to have their own private tables? Since we plan to open source the plugin, the source code can’t contain any hardcoded sensitive data. Others must have come across this issue, so what’s the best practice in a case like this?
TIA,
mc
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Plugin security question’ is closed to new replies.