home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1998 February / PCOnline_02_1998.iso / filesbbs / win95 / sndtiger.arj / README.TXT < prev    next >
Text File  |  1997-11-04  |  6KB  |  120 lines

  1. The default password is LOCK.
  2. If you'ld like to contact me, send mail to
  3.  
  4. e-mail: bishop@ottawa.com
  5. web site: homepage: http://members.tripod.com/~subrosa
  6. snail mail: Selom Ofori
  7.             144A Woodridge Crescent
  8.             Nepean, Ontario
  9.             K2B 7S9
  10.             Canada
  11.  
  12.  
  13. you can also catch me on irc, EFNET servers on the #c or #winprog
  14. channel, lurking with the nickname of "_subRosa_" or "subRosa"
  15.  
  16. ABOUT
  17. =====
  18. SandTiger is a security application that encrypts multiple files into a single archive.
  19. It uses powerful encryption algorithms like CAST-128, Blowfish and Diamond2, along with
  20. renouned hashes like SHA-1, MD5 and RIPEM-160. With SandTiger, you have the ability to
  21. archive an unlimited number of files, while maintaining their relative directories.
  22. You also have the option of enhancing your files by compressing them before encrypting
  23. to reduce redundant code. SandTiger supports multiple passwords in a single archive and
  24. has the ability to scramble filenames, hiding them from hex viewers.
  25.  
  26. System Requirements
  27. ==================
  28. Windows95 or Windows NT 3.5/4.0.
  29. minimum 386+ processor, pentium 100+ recommended
  30.  
  31. ABOUT SHAREWARE RELEASE
  32. =======================
  33. - Only 4 character password limit. The full version has up to 256 chars
  34. - Only CAST-128 cipher is avail in the demo. The full version includes
  35.   CAST-128, Blowfish and Diamond2.
  36. - You are limited to MD5 hash, whilst the full version has MD5,SHA-1, and RIPEM-160
  37.  
  38. FAQ
  39. ====
  40. Q- Why 4 char password limit in the DEMO? isn't it unsafe? doesn't it encourage
  41. bad passphrases?
  42. A- Almost all the shareware apps have some kind of limit on the amount of
  43. bits actually used to protect your files. They allow you to enter
  44. at least 8 chars but they might only user 3 or 4, after running it
  45. through a hash function. I prefer the user know how much protection he
  46. has to protect his files. A painful reminder of 4 chars was used because
  47. the purpose of this demo is to try it out. The user should either be using
  48. the full version or nothing. Any other "in between" version is unsafe for him
  49. and unfair to me.
  50.  
  51. Q- What's with the default password
  52. A- The default password was used by me to quickly test out the app without
  53. having to type in the passphrase everytime I encrypted something. I left it
  54. in for people just trying it out to save them from the same tedious job of
  55. typing in the password anytime they encrypted something.
  56.  
  57. Q- Why do I get the dialog window saying "xxx.xxx - archive not saved"?
  58. A- basically when you create a new archive, Sandtiger puts them in a temp file
  59. and considers it temporary until you decide to save it. if you double click on
  60. an unsaved archive or try to extract from an archive that hasn't been saved, you
  61. get that dialog box.
  62.  
  63. Q- How do I know that my copy has been registered?
  64. A- The Register menuitem will be disabled if your copy is registered
  65.  
  66. Q- Can I use the unregistered version to decrypt files encrypted with the registered version?
  67. A- Well, kind of. If your password was less than or equal to 4 chars, you would be able to
  68.    decrypt files encrypted with the registered version. Future versions will allow you full
  69.    keylength during decryption.
  70.  
  71. Q- Scramble filenames?
  72. A- By default SandTiger encrypts files, but not their filenames. Anybody who knows his way
  73.    around computers can use a hex editor to see the filenames. Scrambling filenames would
  74.    prevent anybody from getting a "clue" as to what kind of files are in the archive.
  75.  
  76. Q- What about me? will I be able to see the encrypted filenames?
  77. A- Sure. But only after you enter the correct password.
  78.  
  79. Q- Can the archive password be different from the password of the encrypted files?
  80. A- Yup. Remeber that SandTiger can have many passwords in a Single Archive.
  81.  
  82. WHAT'S NEW - SandTiger version 2.0
  83. ==================================
  84. - Most of the time was spent on including 'forgiveness'. Eg. if the disk
  85.   becomes full, it asks to retry or abort and won't destroy or ruin the
  86.   archive. Memory leaks, debug info and stuff like that has been taken out
  87.  
  88. - This is what I intended to create when I started working on this project
  89.   It has been polished and is now out of beta. This is the real thing
  90.  
  91. - Newer files will always replace older files in an archive.
  92.  
  93. WHAT'S NEW - SandTiger version 1.6 FULL RELEASE
  94. ===============================================
  95. - This is a full release. CAST-128, Blowfish and Diamond2. You need a serial
  96.   key to install sandtiger. 
  97. - Option included to scramble filenames.
  98. - fixed a bug with RIPEMD that caused Sandtiger to refuse to decrypt your files
  99.  
  100. WHAT'S NEW - SandTiger version 1.6
  101. ==================================
  102. - CAST-128 has been implemented and is now the default cipher
  103. - Sandtiger now sets the file time to the original after extraction
  104. - fixed the multiple redraw "feature" in v1.5
  105. - fixed the 1000+ icon resource hog
  106. - SandTiger is now released as a demo. 6 character password limit with 3 ciphers
  107.   CAST-128(default), Blowfish(disabled in demo) and Diamond2(disabled in demo).
  108. - compatible with version 1.5
  109.  
  110. WHAT'S NEW - SandTiger version 1.5
  111. ==================================
  112. - Zlib compression with Z_BEST_COMPRESSION flag only. It compresses better than
  113.   pkzip, but it's much slower.
  114. - Diamond2 and Blowfish use an initialization vector. Indentical files won't
  115.   produce identical ciphers
  116. - Temp files aren't used during encryption. IF the file has to be decompressed
  117.   however, there is no other way than to use temp files( not true for compression).
  118.  
  119.  
  120.