home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / shrdit.zip / OVERVIEW < prev    next >
Text File  |  1994-04-05  |  1KB  |  26 lines

  1.                           ShroudIt! Overview
  2.                           ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  3.  
  4. This diagram shows the a schematic of the components needed to control
  5. the obfuscation process.
  6.  
  7.               ┌───────────────┐                ┌───────────────┐
  8.               │ ▄             │                │ sh-nnnnn.CTL  │
  9.               │   ShroudIt!   ├──────<─────────┤               │
  10.               │               │                │ Control Parms │
  11.               └──────┬────────┘                └───────────────┘
  12.                      │                                   STRING: ","
  13.                      │                                   CHAR: ','
  14.                      │                                   SPECIAL CHAR: \
  15.                      │                                   LINE COMMENT: //
  16.                      ├─────────<────────┐                COMMENT: /*,*/
  17.                      │                  │                .......
  18.     if        ┌──────┴────────┐  ┌──────┴────────┐
  19.     else      │ sh-nnnnn.KEY  │  │ sh-nnnnn.GLB  │  open_database
  20.     for       │               │  │               │  close_database
  21.     do        │   Key Words   │  │ Global Names  │  read_db_rec
  22.     until     └───────────────┘  └───────────────┘  write_db_rec
  23.     print...                                        update_db_rec...
  24.  
  25.  
  26.