home *** CD-ROM | disk | FTP | other *** search
/ Der Mediaplex Sampler - Die 6 von Plex / 6_v_plex.zip / 6_v_plex / DISK5 / DOS_10 / NESROT13.ZIP / NESROT13.DOC < prev    next >
Text File  |  1993-10-20  |  3KB  |  67 lines

  1. ** NES Rotate 13 - Line Letter Flipper **
  2.  (c) NES/Theo Van Dinter/Bill Smith 1993
  3.  
  4.     This program was developed as Shareware by Nor'Easter Software which
  5.  is a small software programming group which mostly makes utilities for 
  6.  Bulletin Boards, and other small utilities which don't already exist to do
  7.  something which we need done.  Nor'Easter software is made up of:
  8.  
  9.     Theo Van Dinter :       Sysop of the GS Connection BBS (1)
  10.     William Smith   :       Sysop of the GS Connection BBS (2)
  11.     Lucas Ives      :       Co-Sysop of the GS Connection BBS
  12.  
  13.  
  14. -------------------------------------------------------------------------------
  15.  
  16. This program is actually a simplistic file encrypter.  It will take a file,
  17. and any Alphabetic character (A through Z, and a through z) and swap them
  18. with the opposite character in the group.  Picture this:
  19.  
  20. Group 1         ABCDEFGHIJKLM   abcdefghijklm
  21. Group 2         NOPQRSTUVWXYZ   nopqrstuvwxyz
  22.  
  23. If the character in the file is in group 2 (let's say R), it is replaced
  24. by the character above it in group 1 (E).  Same in reverse:  Character v
  25. is replaced by character i.  This is also the same upside-down: Character
  26. D becomes Q, and j becomes w.
  27.  
  28. You may already be asking, why would I want this?  Let's say for example, you
  29. have a message to goto a friend through either a public BBS, or a network, and
  30. it's not exactly "in good taste".  (ie: it's not private, but some people in
  31. the public wouldn't like it too much.)  Throw this program over it, and the
  32. message becomes garbled enough so people can't read it, but easy enough to
  33. decode if you want to read it.  The top of this document looks like this:
  34. -----
  35. ** ARF Ebgngr 13 - Yvar Yrggre Syvccre **
  36.  (p) ARF/Gurb Ina Qvagre/Ovyy Fzvgu 1993
  37.  
  38.     Guvf cebtenz jnf qrirybcrq nf Funerjner ol Abe'Rnfgre Fbsgjner juvpu
  39.  vf n fznyy fbsgjner cebtenzzvat tebhc juvpu zbfgyl znxrf hgvyvgvrf sbe 
  40.  Ohyyrgva Obneqf, naq bgure fznyy hgvyvgvrf juvpu qba'g nyernql rkvfg gb qb
  41.  fbzrguvat juvpu jr arrq qbar.  Abe'Rnfgre fbsgjner vf znqr hc bs:
  42.  
  43.     Gurb Ina Qvagre :       Flfbc bs gur TF Pbaarpgvba OOF (1)
  44.     Jvyyvnz Fzvgu   :       Flfbc bs gur TF Pbaarpgvba OOF (2)
  45.     Yhpnf Virf      :       Pb-Flfbc bs gur TF Pbaarpgvba OOF
  46. -----
  47.  
  48. To run this program, you just need double the space of the file, on your
  49. disk.  The program will not check, so you must make sure you have the space,
  50. or else you will lose the end of the file (equal in the number bytes of the
  51. space you didn't have).  (ie: file is 260k, you have 259k free, you lose 1k.)
  52. As the file is being scanned through, the information is written to a temp
  53. file (typically called nestemp.~$$), and at the completion of the scan, it
  54. is "copied" over the original file.  That is why you will lose the information,
  55. because you don't have the original anymore.
  56.  
  57. For operational parameters, please run the program with no commandline
  58. parameters.  It is self-explanitory from there.
  59.  
  60. LAWYER TYPE TECHNICAL STUFF -
  61.  
  62.     Neither Nor'Easter Software or any member of Nor'Easter Software is to 
  63. be held accountable for any damage created by this program.  Users download 
  64. files at their OWN discretion, and by reading this documentation agree to the
  65. terms within the archive.  All Nor'Easter Software programs are tested for
  66. safety before they are released, but we can't test every possible situation.
  67.