home *** CD-ROM | disk | FTP | other *** search
/ Strictly Windows / STRICTLY.ISO / programs / cripwin / readme.1st < prev    next >
Encoding:
Text File  |  1995-02-15  |  2.9 KB  |  79 lines

  1. ************************
  2. * Crip for Windows 1.2 *
  3. ************************
  4.  
  5. This program basically "scrambles" parts of a text  file  that are
  6. bounded by the string "*crip*". Once  you protected the  "private" 
  7. information, only using crip again  anyone  will  be able to  read 
  8. what was originally  typed.  For  the encryption process, the user 
  9. can also use a  key  for  setting  different types  of  conversion 
  10. table used by the program. Crip was originally  created  by me  to
  11. address messages to different friends that share the same mailbox.
  12. Since I usually type my messages on a PC and then upload the  text
  13. file created to the Unix network, I experince problems between the
  14. characters that specify the end of line if I use the standard line
  15. feed of the PCs. The Unix machine only needs a char 10 instead  of
  16. the characters 13 and 10. That is the reason for the checkbox  for
  17. using or not the standard PC line feed for the output  file. I  do
  18. release this program as a Freeware... enjoy!
  19.  
  20. With the  version 1.2,  I  incorporated  the  option " Do  fancier
  21. criptography " which uses an even better method of scrambling. The
  22. only reason why this is an option  is  because  Crip  for  Windows
  23. version 1.0 does not understand "fancier criptography".
  24.  
  25.  
  26. Requirements:
  27. =============
  28.  
  29. - Microsoft Windows 3.x
  30.  
  31. - VBRUN300.DLL file installed in your windows\system directory
  32.  
  33. More about Crip:
  34. ================
  35.  
  36. - This program was made using  Visual  Basic 3.0.  Therefore,
  37.   you need to add the file "VBRUN300.DLL" that is distributed
  38.   freely by Microsoft. You can easily get this  file  through 
  39.   BBS or anonymous FTP sites ( such  as  oak.oakland.edu  and 
  40.   garbo.uwasa.fi ).
  41.  
  42. - Since Crip was built to  be  used  on  messages  sent  over 
  43.   Internet, I made sure some characters on  the  ASCII  table
  44.   would NOT be used for the output file.
  45.  
  46. - DO NOT use files that DO  NOT  have  the  characters 13 and 
  47.   10 as line feed.  This  program  can  create  output  files 
  48.   with  char 10  as  line  feed,  but  it   does  NOT  handle 
  49.   very well an input file that doesn't  have  chars 13 and 10 
  50.   marking the end of each line. In other words, keep the "use
  51.   standard line ouput check box" CHECKED unless  you  have  a
  52.   clear idea of what you are doing! :)
  53.  
  54.  
  55. File list:
  56. ==========
  57.  
  58. - readme.1st _________ this file
  59. - cripwin.exe ________ program
  60. - cmdialog.vbx _______ visual basic tools used by crip
  61.  
  62.  
  63. Make sure you have installed under windows/system directory:
  64.  
  65. - vbrun300.dll
  66. - commdlg.dll     <- This one is normally installed by Windows
  67. - ver.dll         <- This one is normally installed by Windows
  68.  
  69.  
  70. If you would like to  talk  about  Crip  for  Windows,  or  is
  71. interested in having the font files for the main "procedures",
  72. contact me thru Email, or send a regular letter to:
  73.  
  74.   Gute Fernandes      | EMail: ffernand@cs.uml.edu (Internet)
  75.   10 Chamberlain Rd   |              
  76.   Westford, MA        |
  77.   01886-2024    USA   |
  78.  
  79.