home *** CD-ROM | disk | FTP | other *** search
/ Hacker Chronicles 1 / HACKER1.ISO / phrk2 / ph115.txt < prev    next >
Text File  |  1992-09-26  |  4KB  |  101 lines

  1.  
  2.                                ==Phrack Inc.==
  3.  
  4.                    Volume Two, Issue Eleven, Phile #5 of 12
  5.  
  6.                            {Simple Data Encryption}
  7.                          <or digital electronics 101>
  8.                                By:{The Leftist}
  9.  
  10. Prologue:
  11.  
  12. Well, it's been awhile since I've done one of my activities files. This time
  13. I've switched from chemistry to electronics. Hopefully, I will be writing
  14. more files similar to this one. Also, I have devised a more sophisticated
  15. encryption device, which I may release in the future
  16.  
  17. Do you run a BBS, living in fear that the "feds" are gonna log on, and fool
  18. you into giving them a password? Do you wish that you could limit exactly WHO
  19. logs onto your board? Well, this file is just for you..
  20.  
  21. Parts:
  22.  
  23. 1:9 volt battery
  24.  
  25. 1: 74hc/hct04 cmos hex inverter <about .50 cents>
  26.  
  27. Some basic knowledge of electronics might help, and some wire would be helpful
  28. too. If you want to be fancy you can even splurge and get a 9 volt connector.
  29.  
  30. Note: Although it is not required that you put this on an etched PC board, you
  31. can do this quite easily, and it makes for a much cleaner job.
  32.  
  33. Ok, the basic idea behind this scheme is this:
  34.  
  35. Data coming to and going from your modem is translated as 1's and 0's. This
  36. represents highs and lows, which translate out to code which your computer
  37. recognizes as valid data. Now, if you could switch all those 1's to 0's, and
  38. 0's to 1's, then you would have a simple way of encrypting your data. That's
  39. exactly what the hex inverter does. If it sees a 0, it makes it a 1. If it
  40. sees a 1, it makes it a 0. So, what you want to do is have an inverter on your
  41. send line, and an inverter on your receive line. The computer you are
  42. connected to must also have inverters on its send and receive, or all you will
  43. see will be garbage! I tried to be as non-technical as possible in this for
  44. all you non-technical types out there.
  45.  
  46.  
  47. Connections:
  48.  
  49. Hold the chip, and look at it. There should be a little notch in one end. Hold
  50. it as illustrated in the schematic:
  51.  
  52. (80 columns)
  53.  
  54.  
  55.        ______________________________
  56.        |                             |
  57.       14 13 11 12 10 9 8             |
  58.        |  |  |  |  | |  |            |
  59.        __________________            |
  60.       |                  |           |_ to positive on battery
  61.       \   74hc/hct04     |
  62.       /                  |
  63.       |__________________|             to negative on battery
  64.        |  |  |  |  |  | |              |
  65.        1  2  3  4  5  6 7______________|
  66.        |  |  |  |
  67.        |  |  |  |_________________________________to computer port
  68.        |  |  |_______________________________from modem
  69.        |  |________________________________________________to modem conn.
  70.        |________________________________________________ from computer port
  71.  
  72.  
  73. <all other pins are not connected>
  74.  
  75.  
  76. Ok, hook the + 9volts up to pin 14, and the negative up to pin 7.
  77. There are 6 inverters on this chip. For this, we will be using only 2 of them.
  78.  
  79. Find the wire coming from your computer to the send data line on your modem.
  80. Sever this wire, and hook one side of it to pin 1. Hook the other end of it to
  81. pin 2. Next, find the receive data line, and sever it. Hook one end of it to
  82. pin 3, the other end to pin 4. That's about it.. if you want to use the other
  83. inverters on the chip, here's the complete pinouts.
  84.  
  85. Pin#            Name and function
  86. ----            -----------------
  87. 1,3,5,9,11,13   Data inputs
  88. ---------------------------------
  89. 2,4,6,8,10,12   Data outputs
  90. ---------------------------------
  91. 7               Ground
  92. ---------------------------------
  93. 14              VCC
  94. ---------------------------------
  95.  
  96. Remember, that your BBS modem must have one of these devices on it, as well as
  97. the user calling. I have tested this on Smartmodems, and it does work. If you
  98. have an internal modem, this may be a little difficult for you.
  99. Downloaded From P-80 International Information Systems 304-744-2253 12yrs+
  100.