A truely BIJECTIVE BWT is here!



I just created what I think is the first truely bijective
BWT through my Scottification process.
My code is a mod of Marks BWT and should
function in most cases as a drop in replacement.
I call it BWTS.

my bijective BWT at:

http://bijective.dogma.net/bwts.zip

it does what BWT should have done the transform with out
an index. N bytes to N bytes with only the order changed.
I don't think anyone else has a practical working bijective
BWT transform it took a lot of trail and error to make it
so that on the average it will lead to bijective BWT compression
with out the stupid INDEX and it will lead to better compression
on the average.

Thank You
Merry Christmas
David A. Scott
--
My Crypto code
http://bijective.dogma.net/crypto/scott19u.zip
http://www.jim.com/jamesd/Kong/scott19u.zip old version
My Compression code http://bijective.dogma.net/
**TO EMAIL ME drop the roman "five" **
Disclaimer:I am in no way responsible for any of the statements
made in the above text. For all I know I might be drugged.
As a famous person once said "any cryptograhic
system is only as strong as its weakest link"
.



Relevant Pages

  • Re: Preprocessing a highly redudant message before encryption
    ... which means that they cannot spread the ... I belive compression with Whitening the best. ... BWT compression. ... My Crypto code ...
    (sci.crypt)
  • Re: A truely BIJECTIVE BWT is here!
    ... If you look at the BWT ... rotation of a given input to the same output string. ... character sequences. ... Compression speed is also likely to be worse. ...
    (comp.compression)
  • Re: Preprocessing a highly redudant message before encryption
    ... biject wrote: ... I belive compression with Whitening the best. ... BWT compression. ... My Crypto code ...
    (sci.crypt)
  • Re: A truely BIJECTIVE BWT is here!
    ... But it wasn't fair since you didn't use the full wrap around BWT ... But when you add the indexing your see its not ... this is lossy compression since the index needed ... but the output is a pure BWT wrap around compression ...
    (comp.compression)
  • Re: A truely BIJECTIVE BWT is here!
    ... improvement in compression, ... If you look at the BWT ... The output vectors that we get are more compressible ONLY because the ... see how the transform can be reversible without additional ...
    (comp.compression)