home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sources / wanted / 4263 < prev    next >
Encoding:
Text File  |  1992-09-09  |  1.4 KB  |  55 lines

  1. Newsgroups: comp.sources.wanted
  2. Path: sparky!uunet!ftpbox!mothost!white!glas!mcglough
  3. From: mcglough@glas.rtsg.mot.com (Mark McGloughlin)
  4. Subject: Re: ROT13 Encryption
  5. Message-ID: <1992Sep9.111250.12421@glas.rtsg.mot.com>
  6. Organization: Motorola Ireland Ltd., Cork, Ireland.
  7. References: <139@rd821.UUCP>
  8. Date: Wed, 9 Sep 1992 11:12:50 GMT
  9. Lines: 44
  10.  
  11. a036450@rd821.UUCP (Bob Goldrich) writes:
  12.  
  13. >Could someone give me the basics on ROT13 encryption.  Is there
  14. >source code available anywhere?  If so, where?
  15.  
  16. ROT13 encryption is an oxymoron. 
  17.  
  18. The basics of rot13 is just to transpose each letter 13 letters
  19. forward/backward. If the character is not a letter it is left
  20. unchanged.
  21.  
  22. Source code ??? Hmmm...
  23.  
  24. How about:
  25.  
  26. tr A-Za-z N-ZA-Mn-za-m
  27.  
  28. ??
  29.  
  30. Example:
  31.  
  32. n036450@eq821.HHPC (Obo Tbyqevpu) jevgrf:
  33.  
  34. >Pbhyq fbzrbar tvir zr gur onfvpf ba EBG13 rapelcgvba.  Vf gurer
  35. >fbhepr pbqr ninvynoyr naljurer?  Vs fb, jurer?
  36.  
  37. EBG13 rapelcgvba vf na bklzbeba.
  38.  
  39. Gur onfvpf bs ebg13 vf whfg gb genafcbfr rnpu yrggre 13 yrggref
  40. sbejneq/onpxjneq. Vs gur punenpgre vf abg n yrggre vg vf yrsg
  41. hapunatrq.
  42.  
  43. Fbhepr pbqr ??? Uzzz...
  44.  
  45. Ubj nobhg:
  46.  
  47. ge N-Mn-m A-MN-Za-mn-z
  48.  
  49. ??
  50. -- 
  51.    _   _     Mark McGloughlin            | Ph:   +353-21-357101
  52.  _/ \_/ \_   Motorola Ireland Ltd.       | Fax:  +353-21-357635        
  53. / \_/ \_/ \  Cellular Infrastructure Div | POST: Q10543@email.mot.com
  54. \_/ \_/ \_/  Blackrock, Cork, Ireland.   | Inet: mcglough@glas.rtsg.mot.com
  55.