Page 1 of 1

256 / 512 and 1024 cyphers

Posted: Mon Jul 06, 2009 8:03 pm
by albert
These are all debugged and ready to use.

the 256 scrambles 256 bits across 1024 bits.

The 512 scrambles 512 bit across 2048 bits

The 1024 scrambles 1024 bits across 4096 bits

the output is converted to hexadecimal to avoid control characters in the output.

the 1024 cant decypher 512 or 256 and the 512 can`t decypher 256 they all three work with different block sizes.

256 / 512 and 1024 cyphers

Posted: Mon Jul 06, 2009 8:04 pm
by albert
Here is the 512

256 / 512 and 1024 cyphers

Posted: Mon Jul 06, 2009 8:04 pm
by albert
Here is the 1024

256 / 512 and 1024 cyphers

Posted: Sat Apr 17, 2010 4:53 pm
by albert
I modified the code to extend the key of the 3 cyphers.
they now do a letter substitution on the output hexadecimal.

These latest versions are incompatable with the previous versions.

the previous versions can`t decypher the outputs or load the keys.