encryption key & IV are only the state at start
of encryption, this state evolves during encryption, so that if you store
only the key and IV at the beginning of first packet, you must decrypt in
same order as when you encrypted, this way the state evolves equivalently and it
works
Regards
Armel
|
Title: 3 des implementation - help needed