home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga 3 / MA_Cover_3.iso / www / ctools / www.ctools.pp.se / ftp / sfdata06.lha / SafeData / SafeData.doc < prev    next >
Encoding:
Text File  |  1997-09-28  |  6.6 KB  |  161 lines

  1.  
  2.     SafeData version 0.6
  3.     SafeData Copyright 92-96 Bahman Moallem.
  4.     SafeData.doc version 1.0 Copyright 1996 Bahman Moallem.
  5.     All Rights Reserved Worldwide
  6.  
  7.     $VER: SafeData.doc v1.0 Copyright 96 Bahman Moallem.
  8.     -----------------------------------------------------------------------
  9.  
  10.     DISCLAIMER
  11.     -----------------------------------------------------------------------
  12.     The author of this program is not responsible for any loss of data,
  13.     damages to software or hardware that may result directly or indirectly
  14.     from the use of this program. Use this software at your own risk.
  15.  
  16.     COPYING
  17.     -----------------------------------------------------------------------
  18.     SafeData is copyright © 92-96 Bahman Moallem. SafeData is
  19.     freely distributable so long as all files accompanying the SafeData
  20.     package remain intact and unchanged. Unlimited non-commercial use and
  21.     distribution is encouraged.
  22.  
  23.     Commercial use of SafeData or inclusion of SafeData in
  24.     commercial applications requires expressed written consent. Please
  25.     contact the author directly for further information.
  26.  
  27.     ATTENTION
  28.     -----------------------------------------------------------------------
  29.     This software is beta. It has not been tested under all conditions.
  30.     Generally I do not release softwares when I am not sure that they
  31.     work without causing problems for the user.
  32.  
  33.     Use this software at your own risk.
  34.  
  35.     I am releasing SafeData as it is to get some feedbacks from you. Please
  36.     read the "FUTURE" part of this document for additional information.
  37.  
  38.     REQUIREMENTS
  39.     -----------------------------------------------------------------------
  40.     AmigaOS 2.04 or better.
  41.     xpkmaster.library and xpkIDEA.library or other encrypting libraries.
  42.  
  43.     INSTALLATION AND SETUP
  44.     -----------------------------------------------------------------------
  45.     Copy SafeData executable to the directory C: or any to other
  46.     directory in the search path of your Amiga.
  47.  
  48.     INTRODCTION, PROGRAM DESCRIPTION AND USAGE
  49.     -----------------------------------------------------------------------
  50.     Warning: This document is very techy and brief. If you are not familiar
  51.     with terms like xpkmaster.library, IDEA, encyption, configuration
  52.     scripts etc. you better look somewhere else.
  53.  
  54.     Do you value your privacy?
  55.  
  56.     Back in 1992 I needed to protect a few of my private data files
  57.     from some curious eyes. Soon I found that I could keep the encrypted
  58.     copies of these files in my harddrive and use the decrypted versions
  59.     of them through a recoverable ram disk when I needed to access them.
  60.  
  61.     The apparent advantage of this method was that the decrypted versions
  62.     of the files disappeared as soon as I turned off my computer.
  63.     To automate the process of decrypting these files to the recoverable
  64.     ram drive and encrypting them back to the harddrive, I wrote the
  65.     first version of SafeData.
  66.  
  67.     SafeData is an AmigaDOS program that uses XPK share libraries to
  68.     read an encrypted configuration script and execute it.
  69.  
  70.     Here comes the summary of the available options in this version:
  71.  
  72.     Usage: SafeData ?/S,ConfigurationFile/M
  73.  
  74.     ?, lists the possible arguments and program's version information.
  75.  
  76.     ConfigurationFile, multiple numbers of configuration scripts.
  77.     If this argument is omitted, SafeData will try to load its default
  78.     configuration file, S:private-startup.
  79.     SafeData is able to read encrypted configuration scripts, thus you
  80.     can and are advised to encrypt even these files.
  81.  
  82.  
  83.     A few switches and commands allow you to communicate with SafeData via
  84.     its configuration scripts. You can use multiple number of switches
  85.     and commands in a single configuration file.
  86.   
  87.     Any line that begins with a colon (;) is considered a comment line and
  88.     will be left alone. Blank lines will also be ignored.
  89.     The configuration file must be in pure ASCII format. 
  90.  
  91.     Summary of available switches:
  92.  
  93.     ProcessIndicator  Yes/No              (Default is Yes)
  94.     ShowFileName      Yes/No              (Default is Yes)
  95.     ReAskPassword     Yes/No              (Default is No)
  96.     OverWrite         Yes/No              (Default is Yes)
  97.  
  98.  
  99.     Summary of available commands:
  100.     Encrypter         "4 characters word" (Default is IDEA)
  101.  
  102.     Execute           "CMD"               (AmigaDOS executable file/script
  103.                                        to execute)
  104.     Echo              "String"            (String to display)
  105.  
  106.     Encrypt           FROM TO
  107.     Encrypt encrypts the file specified with the FROM argument to the file
  108.     specified by the TO argument.
  109.     Code, Update and Pack are aliases for the Encrypt command.
  110.  
  111.     Decrypt           FROM TO
  112.     Decrypt decrypts the file specified with the FROM argument to the file
  113.     specified by the TO argument.
  114.     DeCode, Restore and Unpack are aliases for the Decrypt command.
  115.  
  116.  
  117.     Included in the SafeData's archive is the file private-startup which
  118.     is a simple configuration script for SafeData. private-startup will
  119.     hopefully answers most of your questions about how you can write
  120.     your own configuration files for the program.
  121.  
  122.     HISTORY
  123.     -----------------------------------------------------------------------
  124.     961201 - version 0.6
  125.     First version released to the public 8^).
  126.     This version was finished 4 years ago (920824) but I did not manage to
  127.     write a readme file for it until now. ;)
  128.  
  129.     FUTURE
  130.     -----------------------------------------------------------------------
  131.     I am releasing this program to the public with hope that some user
  132.     will find it useful.
  133.  
  134.     I have been thinking of rewriting SafeData to include a GUI and be
  135.     able to automagically decrypt files that it encrypts through AmigaOS
  136.     file notification mechanism.
  137.     Now these additions should make SafeData a real killer program.
  138.  
  139.     If more than 15 users ask me for the above improvements, the next
  140.     version of SafeData won't be that far ;)
  141.  
  142.     COPYRIGHT NOTICES
  143.     -----------------------------------------------------------------------
  144.     SafeData version 1.1 © 1993-1996 Bahman Moallem.
  145.     SafeData.doc v1.1 © 1996 Bahman Moallem.
  146.  
  147.     All program names mentioned in this document are either Copyright or
  148.     Trademark of their respective owner(s).
  149.  
  150.     CONTACT
  151.     -----------------------------------------------------------------------
  152.     If you find some bugs or have some constructive ideas on how to improve
  153.     SafeData, please contact the author via Internet mail to:
  154.  
  155.     bamo@ctools.pp.se
  156.  
  157.     The latest version of SafeData is always available at the author's
  158.     WWW site:
  159.  
  160.     http://www.ctools.pp.se/
  161.