Single File Mode
Single File Mode encrypts a single AutoLISP file into same.named *.des file.
This encrypted Lisp file can only be loaded and used in BricsCAD, it can not be loaded with AutoCAD !
Separate NameSpace the Lisp code in DES format will use a separate NameSpace, to be isolated from normal "User" Lisp space (same as in AutoLISP VLX); Code Compression for troubleshooting; if disabled, Lisp and DCL source file(s) are not compressed Keep intermediate Files for troubleshooting; if enabled, all intermediate files are not deleted automatically ToolTips if enabled, tooltips will be shown for dialog controls, to provide hints and explanations Source specify the Lisp file to be encrypted - use the file dialog button Target the name of encrypted target file is automatically determined by DEScoder - it uses the name of the source file, using *.des filename extension; if necessary, the encrypted file can be renamed later.
creates the encrypted target file - there is NO warning, if the file already exists, it is overwritten with the new file |