home *** CD-ROM | disk | FTP | other *** search
/ PSION CD 2 / PsionCDVol2.iso / Programs / 1154 / CSReadme.txt < prev    next >
Encoding:
Text File  |  2001-10-10  |  6.1 KB  |  160 lines

  1. *** ReadMe file for CodeSafe (7.28) - 10 October 2001 ***
  2.  
  3. UPDATES
  4.  
  5. 1. Before you upgrade please copy your codes to file. Everything should go
  6. fine, but if not, you can restore the database manually.
  7.  
  8. 2. For users of versions before v.6.3, please note that the database
  9. of your definitions will be reformatted. Therefore, backup, do -1- above,
  10. and be absolutely sure to enter the correct master key the first time
  11. you use this new version.
  12.  
  13. 3. Users of v.5.92 and earlier: please copy your "USERNAME".C$F file from
  14. C:\ to C:\System\Data\. It may be necessary to set
  15. "System | Tools | Preferences | Show hidden files" to Off
  16. .
  17.  
  18. 7.2
  19. *Updated for Cliptext v.3.0
  20. *Fixed bug preventing printing of 255 character long entries
  21. *Added "Find all"
  22. *Unlimited number of databases
  23. *Improved Timeout checking
  24. *Added configurable Full screen or Windowed (Transparent) operation
  25. *Configuarble disk for Data storage
  26. *English, Dutch, French, German, Danish and Italian language resource files
  27. *Changed "Paste" to "Input", freeing real paste
  28. *Check for input when System is foreground
  29.  
  30. 7.1
  31. *Added "Go to entry no.", configurable "Show entry numbers"
  32.  
  33. 7.0
  34. *Rigorously changed menuing. Now much user-friendlier
  35. *Beeps may be switched on/off, adjustable Time-out time, opens last used
  36.  database
  37. *Preferences stored in CodeSafe.ini
  38. *Added Extract
  39. *Improved program handling
  40. *Unlimited number of entries
  41.  
  42. 6.3
  43. *Easy install using sis-installation.
  44. *Enlarged the "secret code" field to hold 255 characters (multi-line).
  45. *Other enhancements to improve speed and user-friendliness.
  46.  
  47. 6.2
  48. *Added master key verification. For each "User"-database only those entries
  49. will be shown that were stored using the current master key.
  50. *Added automatic copy to clipboard function. The decrypted code can be pasted
  51. into the underlying document using <Ctrl+V>. When connected to the PC with
  52. CopyAnywhere (PsiWin 2.3) active, the secret code is available for immediate
  53. pasting on the PC. This enables insertion of your password into input boxes
  54. e.g. for access to internet sites. The clipboard is cleared when CodeSafe is
  55. closed.
  56. *Closing CodeSafe returns the previous application (instead of System) to
  57. foreground. As this was the main difference between the program and macro
  58. versions of previous CodeSafe releases, version 6.2 is now provided as
  59. program only. Macro users can of course install CodeSafe as a program in
  60. Macro5 and run it using a hotkey.
  61.  
  62. 5.93
  63. *Added timeout function. For safety reasons you need to re-enter the master
  64. key when stepping to the next code after pausing for more than 60 secs.
  65. *The database is now stored in C:\System\Data\. See above for transferring of
  66. your existing datafile.
  67.  
  68. 5.92
  69. *Added search facility
  70.  
  71.  
  72.  
  73.  
  74. DESCRIPTION
  75.  
  76. CodeSafe is an OPL program to store and retrieve secret codes and passwords.
  77.  
  78.  
  79. MOTIVATION
  80.  
  81. The ever-increasing number of codes and passwords that one has to have at
  82. hand in order to get around a little comfortably in this high-tech society,
  83. is putting a big drain on many a brain. Especially Psion users, pampered by
  84. the brain-extending abilities that their Psions offer, possess merely
  85. rudimentary skills necessary to memorise this kind of trivia (at least that
  86. holds for me). That is why I decided to write this utility. The idea behind
  87. CodeSafe is to be able to temporarily decrypt the encrypted codes from a
  88. database, using only a single master key. I hope it will prove as
  89. indispensable for you as it does for me.
  90.  
  91.  
  92. EXPLANATION OF CODESAFE'S FUNCTIONING
  93.  
  94. After starting the program CodeSafe asks for a username and master key.
  95. The characters of the master key are converted to their numeric values and
  96. the numbers of this array are added to the numeric values of the subsequent
  97. code or password to be stored. The numbers that result from these
  98. calculations are then converted back to characters and stored in the
  99. database. Upon retrieval of a code from the database, the calculations are
  100. reversed, resulting in a text string. All combinations of letters, numbers
  101. and other characters may be used for the master key, and the master key
  102. may be from one to sixteen characters long. Finally, the Achilles heel of
  103. many password protected computer data is the storage of the (master) key
  104. in some way in the program or data files. CodeSafe does not allow that the
  105. master key itself be stored. The same CodeSafe program can even be used
  106. by different users. As long as each uses a unique master key, he/she has
  107. access only to his/her own data.
  108.  
  109.  
  110. INSTALLATION
  111.  
  112. Before you install the new version backup your codes by running "Write to
  113. file" from the old version of CodeSafe.
  114.  
  115. Run CodeSafe.sis from the PC running PsiWin and your EPOC machine connected
  116.                                     -or-
  117. run CodeSafe.sis from your EPOC machine.
  118.  
  119. While running for the first time, CodeSafe will create the database file
  120. ("USERNAME".C$F) on the internal drive. If you've set EPOC's System to hide
  121. your hidden files, the *.C$F file will not show up in the System screen.
  122.  
  123.  
  124. DISCLAIMER
  125.  
  126. I've tested CodeSafe on my English Psion S5 and 5mx, where it performed
  127. perfectly. However, needless to say, I don't give guarantees and you cannot
  128. hold me responsible in case anything goes wrong.
  129.  
  130. BE CAREFUL, if you forget your master key, there is no way I can help
  131. to resolve your encrypted information.
  132.  
  133. CodeSafe is freeware. You are free to use and copy the program.
  134.  
  135.  
  136. ACKNOWLEDGEMENTS
  137.  
  138. Thanks to EMCC for Cliptext.opx and to Eric de Bruijn for his thorough
  139. testing of version 7.
  140.  
  141.  
  142. NOTES
  143.  
  144. This is an OPL16 macro version of CodeSafe for MacSys on the S3a/c
  145. Psions. Previous Psion S5 versions were running as macros under
  146. SwitchTask/Macro5 and Backlite+Plus.
  147.  
  148. If you like CodeSafe, please give me feedback. I'm interested in positive
  149. criticism, comments, and ideas. I'll keep on modifying and improving
  150. CodeSafe as I've done in the past. Please visit my website to download the
  151. latest version and subscribe to the ExAbEtAl mailing list for announcement
  152. of updates of CodeSafe and my other programs.
  153.  
  154.  
  155. Enjoy CodeSafe
  156.  
  157. Huub Linthorst
  158. huub.linthorst@bigfoot.com
  159. http://website.leidenuniv.nl/~linthorsthjm/
  160.