Best Practices for Storing Consumer Key / Secret in Licensing Script
-
On the topic of licensing, I'm trying to cover all of my bases here so I don't get mega-hacked For those of you who are activating licenses via an online server, how do you approach including your consumer key and secret in your code? It feels too simple to just place them in variables in HISEScript, especially if your committing to a private GitHub repository.
-
If your repository gets hacked your product is hacked so it‘s no problem storing the key in plain text there.
-
Right, that makes sense. Just wondering if there's a more secretive way to securely include that info. I'm sure it's fine for now.