home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / pascal / 6663 < prev    next >
Encoding:
Internet Message Format  |  1992-11-17  |  1.1 KB

  1. Path: sparky!uunet!ukma!hsdndev!news.bbn.com!noc.near.net!lynx!cschmidt
  2. From: cschmidt@lynx.dac.northeastern.edu (Christopher Schmidt)
  3. Newsgroups: comp.lang.pascal
  4. Subject: Encryption and Random Numbers
  5. Message-ID: <1992Nov17.211502.18511@lynx.dac.northeastern.edu>
  6. Date: 17 Nov 92 21:15:02 GMT
  7. Reply-To: cschmidt@lynx.dac.northeastern.edu (Christopher Schmidt)
  8. Organization: Northeastern University, Boston, MA. 02115, USA
  9. Lines: 17
  10.  
  11. Duncan Murdoch's interesting STREAMS package includes some
  12. clever encryption logic that uses the TP random number
  13. generator.  It's a nice technique, except that if Borland
  14. modifies the TP random number generator, then you and your
  15. customers will be locked out of your encrypted data.
  16.  
  17. What exactly are the chances Borland will modify the TP
  18. random number generator?  Do you feel lucky?
  19.  
  20. Simple solution: Include your own random number generator in
  21. your program.  Anybody have such in TP?  I notice there is a
  22. random number generator in C in the SIMTEL directory
  23. <MSDOS.C>, but I have not looked at it yet.
  24.  
  25. Christopher Schmidt
  26. Waltham, Massachusetts, USA
  27. cschmidt@lynx.northeastern.edu
  28.