home *** CD-ROM | disk | FTP | other *** search
/ Frostbyte's 1980s DOS Shareware Collection / floppyshareware.zip / floppyshareware / USCX / FILEUT-2.ZIP / UN-LOCK.DOC < prev    next >
Text File  |  1985-08-22  |  2KB  |  52 lines

  1. LOCK.COM / UNLOCK.COM Documentation ------------------------
  2.  
  3. LOCK.COM is a short utility program that encrypts your files 
  4. making  them  unreadable  by anyone who  cannot  supply  the 
  5. correct  password  or phrase.   It does this by mixing  bits 
  6. drawn from different parts of the file, scrambling the whole 
  7. so  that  the  result  becomes  complete  gibberish  to  the 
  8. intruder.   It  is  an easy way to get more  than  adequate, 
  9. medium strength security.   UNLOCK.COM, LOCK.COM's companion 
  10. program, is required to decrypt the encrypted file.
  11.  
  12. LOCK  and UNLOCK are regular DOS commands  that  accommodate 
  13. pathnames  and  can read from and write to different  disks.  
  14. A sample of the command syntax is as follows:
  15.  
  16.           LOCK B:\ARCHIVES\PAYROLL.$$$ A:MIXED.UP
  17.  
  18. In  the example above example,  Lock will read in  the  file 
  19. PAYROLL.$$$  from B:\ARCHIVES and then ask you for a  phrase 
  20. to  use in locking it up.   Lock allows you to enter up to a 
  21. full 64-character "passphrase" when you are prompted.   Lock 
  22. then  scrambles the file and puts the new version  into  the 
  23. file  A:MIXED.UP.   If you don't specify a filename for  the 
  24. scrambled version, LOCK will create a file named FILE.LOC in 
  25. the current subdirectory.  To unlock the file, type:
  26.  
  27.               UNLOCK A:MIXED.UP B:PAYROLL.$$$
  28.  
  29. and  supply the SAME!!  passphrase used to lock the original 
  30. file.  
  31.  
  32. LOCK's only limitations are that the file it is intended  to 
  33. protect must be less than 62K in length and you must use DOS 
  34. Version 2.0 or higher.
  35.  
  36. You  may apply a double lock by using LOCK again on the once 
  37. scrambled file,  thus squaring the ways the file could  have 
  38. been scrambled.   To unlock a double locked disk, just apply 
  39. the passphrases in reverse order.
  40.  
  41. CAUTION!!
  42.  
  43. Nothing  is more embarrassing than securely locking a  trunk 
  44. and  then losing the key.   So,  in addition to  remembering 
  45. your  passphrase,  make sure that you have a copy of  UNLOCK 
  46. around before you put on the lock itself.
  47. ____________________________________________________________
  48.  
  49. LOCK and UNLOCK appear in the September 3, 1985, PC Magazine 
  50. article by Steve Holzner.  This documentation was extracted 
  51. from that article.
  52.