Well it seems to work great, but it is still easier to use my simple Xor With PW procedure
Hidden text trick no longer works
Thanks for the tip, Pupil -- that works fine... although I'm not sure I like seeing
the alphabet in my exe with a hex editor... kind of gives it away that I've got
something to hide. I wish there was a simple one-line way like I used to do.
the alphabet in my exe with a hex editor... kind of gives it away that I've got
something to hide. I wish there was a simple one-line way like I used to do.
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
"PureBasic won't be object oriented, period" - Fred.
Does this work ok?
Code: Select all
a.l=0
a$=Chr('h'+a)+Chr('i'+a)+Chr('d'+a)+Chr('d'+a)+Chr('e'+a)+Chr('n'+a)Mat
@MrMat: AWESOME!
That's what I'm looking for -- thanks!
@Pupil: I was just about to modify your code so that the Data string was
replaced with a loop that defines each alphabetic character (so that the
string ABCD... wouldn't show in a hex editor), so again thanks for your
contribution; but as you can see MrMat's is a lot simpler and easier.
@Pupil: I was just about to modify your code so that the Data string was
replaced with a loop that defines each alphabetic character (so that the
string ABCD... wouldn't show in a hex editor), so again thanks for your
contribution; but as you can see MrMat's is a lot simpler and easier.
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
"PureBasic won't be object oriented, period" - Fred.


