Re: Matrix-Multiplication: Security?
From: Peter Pearson (ppearson_at_nowhere.invalid)
Date: 05/27/05
- Previous message: Prai Jei: "Re: CIA Sculpture Draws Code Breakers"
- In reply to: Anton: "Re: Matrix-Multiplication: Security?"
- Next in thread: David Eather: "Re: Matrix-Multiplication: Security?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 27 May 2005 14:49:46 -0700
Anton wrote:
>> Sorry Anton! Matrix operations are linear algebra. "Linear" means "weak"
>> in cryptography. Good crypto must always be non-linear.
>
> Ok, may you give me some further information about how "secure" my
> programm is compared with non-linear systems?
> How can I calculate the security of an algorithm?
The security of an encryption algorithm is typically described
in terms of
- the "ground rules" of the attack; e.g.,
- ciphertext only (not assumed in serious work)
- known plaintext
- chosen plaintext
- the amount of data (e.g., plaintext-ciphertext pairs)
required for the attack, and
- the number of computational steps (yeah, vague) required
to perform the attack.
The "number of bits of security" typically refers to the
base-2 log of the number of computational steps required
to break the cipher, since a convenient reference point
is the number of guesses that it would take to search
exhaustively for the key, and the key is typically a
string of binary bits of known length. Thus, if exhaustive
search of the keyspace is the best known attack, the length
of the key equals the "number of bits of security." Since
you're never sure there isn't a better attack that you just
haven't thought of, this security measure is typically only
a guess.
In the case of a linear algorithm, one expects that an amount
of known plaintext equal to the key length, and the corresponding
ciphertext, would suffice to break the cipher, and that the
computation would consist primarily of inverting some matrix.
-- Peter Pearson To get my email address, substitute: nowhere -> spamcop, invalid -> net
- Previous message: Prai Jei: "Re: CIA Sculpture Draws Code Breakers"
- In reply to: Anton: "Re: Matrix-Multiplication: Security?"
- Next in thread: David Eather: "Re: Matrix-Multiplication: Security?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|