home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 96.img / MAKECARD.ZIP / MAKECARD.DOC next >
Text File  |  1990-02-10  |  1KB  |  42 lines

  1.                     Credit Card Account Number Generator
  2.  
  3.                                 version 1.0
  4.  
  5.                                  by Vecna
  6.  
  7.  
  8. Disclaimer: I take no responsibility for anyone's use of this program. 
  9.             (in other words, if you get caught, it's your own fucking fault)
  10.  
  11.         This program is a handy-dandy utility to generate theoretically valid 
  12. credit card numbers. It uses the widely known formats for the various popular 
  13. credit cards, and the appropriate lengths. Valid checksums are computed. The 
  14. output is in the standard form for each card. 
  15.  
  16. Cards supported:
  17.         Mastercard
  18.         Visa (normal and gold)
  19.         American Express
  20.         Discover
  21.  
  22. Command line:
  23.         MAKECARD [output file]
  24.  
  25.         The output file parameter is the file to which you want the numbers 
  26. written, or can be omitted if you want the numbers displayed on screen.
  27.  
  28. Examples:
  29.         MAKECARD                show the cards on screen
  30.  
  31.         MAKECARD cards.txt      put the cards into the file cards.txt
  32.  
  33. Limitations:
  34.         I don't know the formulas to the cards, so the digits are random 
  35. (except for the first and last (and others in the case of AMEX)). The highest 
  36. number of cards you can generate at one time is 2147483647.
  37.  
  38.  
  39. So have fun, happy carding, and stay free...
  40. 02/10/90 16:11:00
  41.  
  42.