Page 1 of 1

Encrypted Read and Data - ERead and EData?

Posted: Wed Apr 16, 2008 6:40 pm
by DoubleDutch
An encrypted read/data command would be really handy for easily stopping script kiddies from altering text and other data.

EG:

Code: Select all

ERead string$

.
.
.
DataSection
  EData "This text is encrypted at compile time"

EndDataSection
The data could be encypted by a random seed at compile time, it could then use the byte offset from "DataSection" as the key to encypting/decrypting each byte? This way it would work for all data types.

Fred/Freak: I know your both really busy, but this would be great for V4.4 and I don't think any other language has this feature built-in?