Odcl_StringDecrypt

(From ODCL_LM file)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > Lisp utilities >

Odcl_StringDecrypt

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

Odcl_StringDecrypt

This function Decrypt any string based on ObjectDCL Symbol terminology.

First Parameter

Encrypted String.

";>|*||v[ &||  . .* ?'  .||v[ & .*   .|| v[ &?'  .$ .|] !|& -| *  .$ .|]?'  .$ .|]'*$h .*  2| $  . !|& *%_ || .* ?'  .$ .|]<|_|#$ .|]  .'*$?'  .$ .|]'*$*%_  .<|_|#  -| *?'  .$ .|]$ .|]<|_|#  .h .*  2| $?'  .$ .|] !|&*%_  .||||?'  .$ .|]|| .*   .||$ .|]?'/"

 

Second Parameter

Guid as String

    "D333F57F-4EC5-4A11-9806-FAC5FBFBCBFE"

 

Return Values

Decrypted String.

 

Example:

Decrypt the foologing String:

";>|*||v[ &||  . .* ?'  .||v[ & .*   .|| v[ &?'  .$ .|] !|& -| *  .$ .|]?'  .$ .|]'*$h .*  2| $  . !|& *%_ || .* ?'  .$ .|]<|_|#$ .|]  .'*$?'  .$ .|]'*$*%_  .<|_|#  -| *?'  .$ .|]$ .|]<|_|#  .h .*  2| $?'  .$ .|] !|&*%_  .||||?'  .$ .|]|| .*   .||$ .|]?'/"

 

(ODCL_StringDecrypt ";>|*||v[ &||  . .* ?'  .||v[ & .*   .|| v[ &?'  .$ .|] !|& -| *  .$ .|]?'  .$ .|]'*$h .*  2| $  . !|& *%_ || .* ?'  .$ .|]<|_|#$ .|]  .'*$?'  .$ .|]'*$*%_  .<|_|#  -| *?'  .$ .|]$ .|]<|_|#  .h .*  2| $?'  .$ .|] !|&*%_  .||||?'  .$ .|]|| .*   .||$ .|]?'/"

    "D333F57F-4EC5-4A51-9806-FAC5FBFBCBFE")

 

Result:

"Hello World !"

 

AutoLisp Syntax:

(Setq rValue (ODCL_StringDecrypt EncryptedString [as String] Guid [as string]))