home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: InfoMgt / InfoMgt.zip / wnote192.zip / resetpwd.rc < prev    next >
Text File  |  2000-05-03  |  1KB  |  37 lines

  1. /* File used by MAKEINI.EXE                                               */
  2. /* Use the command                                                        */
  3. /*    MAKEINI warpnote.ini resetpwd.rc                                    */
  4. /*                                                                        */
  5. /* This resource file helps you in case something happens during password */
  6. /* change. If WarpNote or your system crashes during that process, your   */
  7. /* new password might not be accepted while the notes are already encryp- */
  8. /* ted with the new password. With the command above, you disable the     */
  9. /* password check and WarpNote will accept any new password, thus enabling*/
  10. /* you to decrypt notes which are not accessable.                         */
  11. /*                                                                        */
  12. /* NOTE: The WARPNOTE.INI file does NOT contain the password itself. It   */
  13. /*       only contains a kind of checksum which is used to check if the   */
  14. /*       password you enter is correct. If you use the above command to   */
  15. /*       prevent WarpNote from checking the password, the password you    */
  16. /*       enter thereafter need not be the correct one, and false pass-    */
  17. /*       words will not correctly decrypt encrypted notes.                */
  18.  
  19. CODEPAGE 850
  20.  
  21. STRINGTABLE REPLACEMODE
  22. BEGIN
  23.  
  24.   ""
  25.   ""
  26.   ""
  27.   ""
  28.   ""
  29.   ""
  30.   ""
  31.   ""
  32.   ""
  33.   ""
  34.  
  35.   "WarpNote" "PwdDigest" ""
  36. END 
  37.