How would I make some security key type mechanism to protect my software?

I'm thinking about making software that I would only want a few to have access to. How would I implement some type of key that's needed to install and use this software?
Well one (albeit easy) way would be to encrypt the physical program and have a jmp to the start when you unencrypt it with a key.
Last edited on
Topic archived. No new replies allowed.