in reply to Re^2: Crypt::CBC and varying the key
in thread Crypt::CBC and varying the key
You'll have to prevent that from happening, and then add a method to return the current (last) IV, instead of the initial IVdelete $self->{'civ'}; delete $self->{'buffer'}; return $result; }
I have no idea if or how this affects the security of the two messages. Hope this helps, Jsub get_civ { return $self->{civ}; }
|
|---|