I like your attitude, so I gave you a ++. Some people get
really touchy about their home-grown ciphers. It might be
a good idea to include a comment on your thoughts about the
cipher's strength, if you're going to be distributing it.
...a key with 20+ digits will be very difficult.
The central problem with your cipher is that there is
very little diffusion of key information, which allows
me to attack the key bytes one at a time. Adding more key
bytes only results in a linear increase in the difficulty
of attack. In a properly diffused cipher, it would increase
exponentially. Of course, more key bytes means more
diffusion required... take a look at
CAST5 or
AES sometime.
There's a lot to be learned by looking at existing ciphers,
even though they appear very confusing.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.