http://www.perlmonks.org?node_id=537062


in reply to Re: Crypt::CBC and varying the key
in thread Crypt::CBC and varying the key

Yes, I know what CBC is. I *use* CBC. But I want to crypt 2 blocks (not in the sense of the cipher but say strings) of data. The second block has another key from the first one. But the IV is carried over. This is to get two levels of access to the data.