When one talks about an n-byte key in cryptography one typically means an n-bytes combinatorial space, not a string of length n representing n decimal digits.
That's what the cybercriminal needs to learn to distinguish :-)
I was wondering where "RSA-464" in the article came from.. and found calculation formula, which makes this number to seem incorrect?
bmax - a maximum number of bits required for a decimal number is calculated by this formula:
bmax = ceil(d(log(10)/log(2)))
(where d - number of digits).
Yep, namely <54 bytes. Just for ease of comparison.
~54 bytes vs 128 bytes.
Considering it's a logarithmic measure (every bit adds x2 difficulty for cracking) and 128 bytes is rather tight... gives an idea of the weakness of this key.
"The name "digit" comes from the fact that the 10 digits (ancient Latin digiti meaning fingers) of the hands correspond to the 10 symbols of the common base 10 number system, i.e. the decimal (ancient Latin adjective dec. meaning ten) digits."
Digit means base 10 numerals. It would have to be a string of 128 characters, not 128 digits.