home *** CD-ROM | disk | FTP | other *** search
/ PCMania 10 / Pcmania_Ep2_10_CD-01.iso / ARTICULOS / tecnologia / CRYPT3.ZIP / CRYPTION.DOC < prev    next >
Encoding:
Text File  |  1996-03-02  |  1.9 KB  |  53 lines

  1. >>=========================================================================<<
  2. Encrypt / DeCrypt                 Program Help                   Version 3.0ß
  3. >>=========================================================================<<
  4.  
  5. -==  Use this program with caution.  The author has no responsibility   ==-
  6. -==  over any damages.                                                  ==-
  7.  
  8.  
  9. Program Usage:
  10.  
  11.  
  12.         CRYPT    text_file       Encryted_file
  13.  
  14.         DECRYPT  Encrypted_file  text_file
  15.  
  16.  
  17. Whats New:
  18.  
  19.  
  20.        This version is very similar to the 2.1 version.  However,  I
  21.        did some changes in the program.  I took out the annoying colors
  22.        and increase the encryption key to 100.  Also, a major enhancement
  23.        is that it has a basis password checking routine.  This is easily
  24.        crackable but then...  better than nothing. Besides, it takes some
  25.        knowledge about programming to crack this...  This is somewhat same
  26.        compared to the previous ones.  The encryption algorithm is the same
  27.        and thats why is it 3.0ß!  If I get a better password checking, then
  28.        I will be able to release the 3.1.
  29.  
  30.  
  31.  
  32. Important Note:
  33.  
  34.  
  35.         So far there is three versions of CRYPT.  I recommend novice users
  36.         to use CRYPT1_0.ZIP however, CRYPT2.1 or CRYPT3.0ß is far more
  37.         enhanced and does more jobs.
  38.  
  39.  
  40. Purpose:
  41.         Purpose?  Well, maybe text scrambling and descrambling?  Well, I'll
  42.         tell you some places where this will work great.
  43.             1.  Encrypting the personal text files.
  44.             2.  Encrypting confidentional mails before sending (I-NET)
  45.             3.  Encrypting UUENCODED files for more protection.
  46.             4.  Encrypting your hard drive for fun :)
  47.  
  48. Comments:
  49.         Well, I said than no integers will work as a key.  If you do use
  50.         integers, I have no responsiblity to fix things up.
  51.  
  52.  
  53.