@bendurso said in Creating an Offline Authentication Method?:
@Lindon said in Creating an Offline Authentication Method?:
Thank you! Iām working on implementing something similar based on this post.
Do I first need to create a set number of licenses (e.g., 4000) and then encrypt them all? Or is there a way to create a pattern that meets specific criteria, as you mentioned, without creating each string?
How do I encrypt all the strings? I assume it's with encryptWithRSA, but how should be done?
Well when I use this method I wrote a HISE application that:
allows me to enter a public and a private key and a project name
allows me to define my characters and positions
generates a user entered number of strings that comply with 2 above
encodes these strings using the private key,
tests they all decode correctly
Writes the encoded strings to a text file
Records the project data into a recallable json file....
I suggest you do the same....