What you have described is not encryption but COMPRESSION.
When you encrypt, you take the original string as 1 big number, then "encrypt" the big number with another number, usu. a prime number.
that way, do "decrypt" it back again, you must supply the prime number used.
Make sense?
<BLOCKQUOTE><font size="1" face="Verdana, Helvetica, sans-serif">quote:</font><HR>Originally posted by d_l0rd:<BR>This is my first question (there will be more...).
If I create a 64 bit encryption alghoritms it means that I:
Char --> Decimal<BR>Decimal --> Binary
adding the binary 8-bit blocks<BR>and separate them into 6-bit blocks.
6bit --> Decimal<BR>Decimal --> Char
right?
I dont get it, why is this 64-bit encryption?<BR>sure the max value of a block with 6bits is 111111 = 64 but still... then 256 bits encryptions should be 8bit blocks wich is the original value...or am I completly wrong?
And why is 256 bit the best encryptions, how come a 8bit block results in better security than a 6 bit block? does it take longer time to bruteforce?
Please enlighten me.<HR></BLOCKQUOTE>
|