Single File Mode

Parent Previous Next

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 !



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


all settings are persistent, and will be be used for next start as default


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