[geeks] generating unique systemids

Nick B. nick at pelagiris.org
Mon Aug 27 18:12:58 CDT 2007


A pub/priv crypto engine on a USB key is about the only secure way to do it.
Anything else will be hacked in a week, not to say the USB key won't be hacked,
it will just slow things down a bit.  A famous example of how to do *real*
security is autocad $version (I can't recall the number) which was rather evil,
and did a basic check via a dongle.  This check was easy to avoid, and the fix
for that was out inside a week.  The initial hack didn't notice there was a
second check against the dongle which slightly touched the files as they were
saved, so your angles drifted slightly every time you saved/loaded.  What you
might consider if you're editing data is crypto it to the disk with a pub key,
then let the dongle uncrypto it on read.
	Nick
On Mon, Aug 27, 2007 at 10:22:05PM +0200, Jochen Kunz wrote:
> On Mon, 27 Aug 2007 14:50:29 -0400
> Charles Shannon Hendrix <shannon at widomaker.com> wrote:
> 
> > I need to find a way so I can generate license keys for some custom
> > software for a company I'm working for.
> Back in the good old days there where "ID-modules" for HP-HIL...
> USB dongle with some private / public key crypto stuff?
> Somthing like http://wibu.com/technologies.php?lang=en
> -- 
> 
> 
> tsch|_,
>        Jochen
> 
> Homepage: http://www.unixag-kl.fh-kl.de/~jkunz/
> _______________________________________________
> GEEKS:  http://www.sunhelp.org/mailman/listinfo/geeks



More information about the geeks mailing list