home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / mac / programm / 12871 < prev    next >
Encoding:
Internet Message Format  |  1992-07-22  |  1.6 KB

  1. Path: sparky!uunet!stanford.edu!agate!ocf.berkeley.edu!ewylie
  2. From: ewylie@ocf.berkeley.edu (Elizabeth Wylie)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: Re: how to put indelible serial# in resource fork of app?
  5. Date: 22 Jul 1992 20:43:38 GMT
  6. Organization: U. C. Berkeley Open Computing Facility
  7. Lines: 16
  8. Message-ID: <14kh9qINNds5@agate.berkeley.edu>
  9. References: <Jul.20.17.18.21.1992.16265@gandalf.rutgers.edu> <1992Jul20.232738.21376@hobbes.kzoo.edu> <Jul.22.14.59.09.1992.6438@gandalf.rutgers.edu>
  10. NNTP-Posting-Host: monsoon.berkeley.edu
  11. Keywords: serial#
  12.  
  13. I have a cool piece of shareware on my hard disk which seems to handle this whole name/serial number thing quite well.
  14.  
  15. It works entirely on the humiliation-ware concept.  Nobody wants someone else's name emblazoned on their $10 piece of software.  How low can you get?
  16.  
  17. So anyway the program makes you send in for your super-secret registration code.  This code is a really wierded-out checksum/encryption of your name.
  18.  
  19. So, for every name, there is a different secret code.  The program won't let you have a mismatching code/serial number.  It'll just say "Unregistered User".
  20.  
  21. Now, you could incorporate the user's name AND the serial number.  Use a lot of XORs and tricky bit shifting to get a suitable ugly checksum and then convert it to a long (10 digits or so) decimal number.
  22.  
  23. Anyway, that's what FinderWindows seems to do.  An excellent program, by the way.  It adds a windows menu to the finder and other programs.  Lets me keep 20 or so windows open on my screen and not lose a single one.
  24.  
  25. (Thanks Damon!)
  26.  
  27. -E Wylie
  28.  
  29.