Offline password protection in plugin
-
I want to create a panel that ask for a code to unlock the controls of the plugin I want it to be a code that is stored in the script when the user enter the code in the panel it unlock the plugin
-
@goldee Search the forum, this kind of thing is very easy to bypass.
-
@goldee said in Offline password protection in plugin:
I want to create a panel that ask for a code to unlock the controls of the plugin I want it to be a code that is stored in the script when the user enter the code in the panel it unlock the plugin
Its pretty easy to "see inside" the plugin for any hacker - so an "in the open" solution like this isnt going to work for long.
Look at the RSA encrypt and decrypt calls and think about using that as a solution.
-
@Lindon I understand but I would love to try it once it will be a great help ifu can provide my with an example I was unable to find any in the forum any snippet or example file will do
-
@goldee Place a panel over your UI. Add an editable label. In the label's callback check if the entered value matches your top secret code. If it does then hide the panel.
-
@d-healey it would be very helpful if u can provide some code or a snippet or a project I am a little confused on the coding side of things
-
This post is deleted! -
@goldee
I recommend that you create an external API that checks each connection (unfortunately, it doesn't work offline).