in reply to Re^2: Short & Sweet Encryption?
in thread Short & Sweet Encryption?
To encode a high quality 4MP image, XOR requires a 17,000,000 bit (non-reusable) key. Other top ciphers require a 64 or 128 bit (reusable) key. XOR requires extra bits to compensate for its inherent insecurity.
If your key management system is secure enough to exchange and store a key as big as the data to encrypt, why don't you the system to protect the plaintext instead of the key?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Short & Sweet Encryption?
by thor (Priest) on Jul 30, 2006 at 20:50 UTC |