home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-Update.iso / OpenStep / tools / business / CreditCardChecker.w.README < prev    next >
Encoding:
Text File  |  1997-12-18  |  2.1 KB  |  72 lines

  1. CreditCardChecker Version 2.0 for OpenStep Enterprise Window NT 
  2. by Eric Tremblay (ericet@cam.org)
  3.  
  4. Submitted to:
  5. ftp://next-ftp.peak.org/pub/openstep/submissions
  6.  
  7. Should end up in:
  8. ftp://next-ftp.peak.org/pub/openstep/windows/apps/financial
  9.  
  10.  
  11. Intro:
  12. ======
  13.  
  14. CreditCardChecker is an application that will verify the checksum of credit card numbers for various credit cards. It was made to give everyone another safety tool to fight fraud.
  15.  
  16. This OpenStep application is based on the cc_cksum.c program that appeared in the 2600 magazine. (Which issue? I don't know...)
  17.  
  18. All credit card numbers have a checksum number which permits you to verify if the number actually makes sense. Meaning if the number that you have is a possible number. Even if the number passes the checksum test it does not mean it's an actual valid number. So if you can, please verify with the proper authorities for the validity of the number. If you cannot, hopefully this application will help you a bit, but don't count on it...
  19.  
  20. This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.
  21.  
  22.  
  23.  
  24. INSTALLATION:
  25. =============
  26.  
  27. WINNT:
  28.  
  29. 1. Unpack the software distribution
  30.  
  31.     a. open a "Bourne Shell" window
  32.     b. change directory to location of distribution, for example, C:\temp
  33.         cd C:\temp
  34.     c. gunzip the distribution:
  35.         gunzip CreditCardChecker.w.NT.m.MIS.tar.gz
  36.     d. untar the resulting uncompressed file:
  37.         tar xf CreditCardChecker.w.NT.m.MIS.tar
  38.  
  39.  
  40. The Package:
  41. ============
  42.  
  43. Version 2.0 comes complete in a tar.gz package.
  44. Which includes:
  45.  
  46.  - CreditCardChecker.app binary for OpenStep Intel for Windows NT
  47.  
  48.  - README.TXT  This file
  49.  
  50.  - SpecialOffer Information about a special offer for the Nebula CDROM
  51.  
  52.  - Includes Full Source Code
  53.  
  54.  - Intel Windows NT binaries.
  55.  
  56.  
  57. Compiling:
  58. ==========
  59.  
  60. This version includes all the source code necessary to recompile 
  61. the program from scratch on OpenStep Enterprise 4.1 or above. 
  62.  
  63.  
  64. CONTACT INFO:
  65. =============
  66.  
  67. Comments and suggestions are welcomed:
  68.  
  69. E-mail:    ericet@cam.org
  70.    WWW:    http://www.cam.org/~ericet 
  71.  
  72.