I'm interested in handling licenses I distribute with my app with ASN1
and including the Public Key
within my application. I've already created the Private/Public Keys
, but my confusion is in how the Public Key
that will also be distributed with the application is to check the signature of the license. If the license is encrypted how does the application decrypt what's in it if only the signature is checked?
I can't seem to find any example on how to do this with an ASN1 Public Key
, any insight on the subject would be very appreciated.
I've read the following: