home *** CD-ROM | disk | FTP | other *** search
/ The Unsorted BBS Collection / thegreatunsorted.tar / thegreatunsorted / misc / checksum.doc < prev    next >
Text File  |  1989-07-14  |  2KB  |  43 lines

  1. Checksum.Exe Doc's
  2. Version .9a
  3. By Scourge
  4.  
  5. ______________________________________________________________________________  
  6.                    I n t r o   T o   C h e c k s u m
  7. ------------------------------------------------------------------------------
  8.     Checksum is a simple program written by Scourge, using an checksum by Dr.
  9. Cyclops. It creates valid Credit Card numbers using the 'Mod 10' checksum.
  10. This checksum is as follows: 
  11.  
  12.     A card number with the format: XXX XXX XXXC (this is a Dayton's Card)
  13.     where: X is a number, and C (the key to the formula) is a check-digit.
  14.     Ignore the check digit (we'll create one) fill in the X digit's with 
  15.     numbers ( zero through nine ). Take every odd digit (from right to
  16.     left) a  and multiply it by two, if the resulting number is greater or
  17.     equal to ten subtract nine. Do this for all of the odd digits and add
  18.     the result's together. Next add all of the even digits to the odds. With
  19.     the resulting number find the next higher multiple of ten and subtract
  20.     out result from it. There you have it! The Check-Digit! You have created
  21.     a valid card number! Yea. Big deal.
  22.  
  23. ______________________________________________________________________________  
  24.                   H o w  T o  U s e  C h e c k s u m
  25. ------------------------------------------------------------------------------
  26.     When you run Checksum.Exe it will prompt you with  'Choice (M, V, Or A):'
  27. Simply enter M for Mastercard, V  for Visa, Or A for American Express. It will
  28. create random credit card numbers for you. Any key will abort. If and when I
  29. ever release a version 1.00 it will feature being able to print numbers, and
  30. send them to a file. But not now. 
  31.  
  32. ______________________________________________________________________________
  33.  
  34.                           F i n a l  N o t e
  35. ------------------------------------------------------------------------------
  36.  
  37. That's it. About all I have-to-say is that I am in no way responsible for any
  38. abuse some-one may decide to put this knowledge to.
  39.  
  40.  
  41.  
  42.     
  43.