If the characters are all ansi chars less than chr(128) then you could Inc(char,x) to change the characters to a higher ascii value. x = any number from 1 to 128. Then Dec each char by the same amount when being used.
Regards, Ross. ----- Original Message ----- From: "Darren McBride" <[EMAIL PROTECTED]> To: "'Borland's Delphi Discussion List'" <[email protected]> Sent: Friday, April 29, 2005 8:59 AM Subject: RE: Array of byte to string conversion I Could do. But the longer the string the more characters I have to hide. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tom Hahn Sent: 28 April 2005 13:43 To: 'Borland's Delphi Discussion List' Subject: RE: Array of byte to string conversion Couldn't the data be protected by splitting into 1 character constants and storing at different place in the program (and reassembled as needed?) This would prohibit a contiguous string from being examined. _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

