4.2 version
Posted: Mon Jul 21, 2014 11:46 am
New possibility to encode/decode program files will be introduced:
PROGRAM TEXT ENCODING
smart BASIC allows you to encode text of the program. Encoded program can be run, but its text is not available for any user.
To encode program you need to:
1. Input coding password using OPTION CODEPASS command.
2. Rename program by changing file's extension from .TXT to .COD
Program file with .COD extension is a coded program. It can be run or included inside another program, but its text cannot be viewed or edited. Coded program can be decoded only if the same password is set which was used when encoding the program.
To decode already encoded program you need to:
1. Input the same coding password which was used when encoding the program using OPTION CODEPASS command.
2. Rename program by changing file's extension from .COD to .TXT
There is no need to input coding password each time when encoding or decoding. Coding password can be entered only once, and it will be saved.
PROGRAM TEXT ENCODING
smart BASIC allows you to encode text of the program. Encoded program can be run, but its text is not available for any user.
To encode program you need to:
1. Input coding password using OPTION CODEPASS command.
2. Rename program by changing file's extension from .TXT to .COD
Program file with .COD extension is a coded program. It can be run or included inside another program, but its text cannot be viewed or edited. Coded program can be decoded only if the same password is set which was used when encoding the program.
To decode already encoded program you need to:
1. Input the same coding password which was used when encoding the program using OPTION CODEPASS command.
2. Rename program by changing file's extension from .COD to .TXT
There is no need to input coding password each time when encoding or decoding. Coding password can be entered only once, and it will be saved.