"Benjamin M. Brewer" wrote:
> Could someone write an encryption algorithm that made the text into some
> sort of non-english looking language, without making it obvious that the
> information had been encrypted? How secure could such a algorithm be?

as secure as you want, if you don't mind blowing up the size a lot. scan
in a dozen books or so, sort the sentences and assign numbers to every
sentence. encrypt your source and split the encrypted text along bytes,
words or whatever is in the range of the number of sentences you have.
replace bytes by corresponding sentences.

taking sentences means a LOT of additional size, but it means your
algorithm doesn't have to care about putting apparent sense into its
output.


Reply via email to