zipcloak.1 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. .TH zipcloak 1 "v3.0 of 8 May 2008"
  2. .SH NAME
  3. zipcloak \- encrypt entries in a zipfile
  4. .SH SYNOPSIS
  5. .I zipcloak
  6. .RB [ \-d ]
  7. .RB [ \-b\ path ]
  8. .RB [ \-h ]
  9. .RB [ \-v ]
  10. .RB [ \-L ]
  11. zipfile
  12. .SH ARGUMENTS
  13. .in +13
  14. .ti -13
  15. zipfile Zipfile to encrypt entries in
  16. .SH OPTIONS
  17. .TP
  18. .PD 0
  19. .B \-b\ \fPpath
  20. .TP
  21. .PD
  22. .B \-\-temp\-path \fPpath
  23. Use the directory given by path for the temporary zip file.
  24. .TP
  25. .PD 0
  26. .B \-d
  27. .TP
  28. .PD
  29. .B \-\-decrypt
  30. Decrypt encrypted entries (copy if given wrong password).
  31. .TP
  32. .PD 0
  33. .B \-h
  34. .TP
  35. .PD
  36. .B \-\-help\
  37. Show a short help.
  38. .TP
  39. .PD 0
  40. .B \-L
  41. .TP
  42. .PD
  43. .B \-\-license
  44. Show software license.
  45. .TP
  46. .PD 0
  47. .B \-O\ \fPpath
  48. .TP
  49. .PD
  50. .B \-\-output\-file\ \fPzipfile
  51. Write output to new archive zipfile, leaving original archive as is.
  52. .TP
  53. .PD 0
  54. .B \-q
  55. .TP
  56. .PD
  57. .B \-\-quiet
  58. Quiet operation. Suppresses some informational messages.
  59. .TP
  60. .PD 0
  61. .B \-v
  62. .TP
  63. .PD
  64. .B \-\-version
  65. Show version information.
  66. .SH DESCRIPTION
  67. .I zipcloak
  68. encrypts all unencrypted entries in the zipfile. This is the default action.
  69. .TP
  70. The \-d option is used to decrypt encrypted entries in the zipfile.
  71. .TP
  72. \fIzipcloak \fBuses original zip encryption which is considered weak.
  73. .TP
  74. Note:
  75. The encryption code of this program is not copyrighted and is put in
  76. the public domain. It was originally written in Europe and can be freely
  77. distributed from any country including the U.S.A. (Previously if this
  78. program was imported into the U.S.A, it could not be re-exported from
  79. the U.S.A to another country.) See the file README.CR included in the
  80. source distribution for more on this. Otherwise, the Info-ZIP license
  81. applies.
  82. .SH EXAMPLES
  83. To be added.
  84. .SH BUGS
  85. Large files (> 2 GB) and large archives not yet supported.
  86. Split archives not yet supported. A work around is to convert the
  87. split archive to a single-file archive using \fIzip\fP and then
  88. use \fIzipcloak\fP on the single-file archive. If needed, the
  89. resulting archive can then be split again using \fIzip\fP.
  90. .SH SEE ALSO
  91. zip(1), unzip(1)
  92. .SH AUTHOR
  93. Info-ZIP