new data command
Posted: Thu Jun 02, 2005 5:30 pm
A new data statement that will xor the values in memory before they are stored.
eg:
would produce a scrambled data that would have to be xored with "secret" before it would be readable.
There would have to some kind of new delimiter though - cause an xor may produce a value of zero (end of string).
This command would be great for hiding strings of text in a program.
eg:
Code: Select all
DATAXOR "secret","This text will be exored with the word secret"
There would have to some kind of new delimiter though - cause an xor may produce a value of zero (end of string).
This command would be great for hiding strings of text in a program.