Search:
Forum
General C++ Programming
How would I make some security key type
How would I make some security key type mechanism to protect my software?
Jun 8, 2011 at 8:07am UTC
BSD WIZARD
(3)
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?
Jun 8, 2011 at 12:03pm UTC
ultifinitus
(1446)
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
Jun 8, 2011 at 12:03pm UTC
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs