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);
(NameSpace status is not stored !)


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 , or drag the source file into the edit field (Drag & Drop);
the source file can have any file extension, *.lsp is not required.


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.


Encrypt 

creates the encrypted target file - there is NO warning, if the file already exists, it is overwritten with the new file