[Cryptography-dev] Type error using CBC IV

2018-06-14 Thread Fennell, Felix W.
Hi, I'm not sure if this the best place to ask for support using Cryptography, apologies if it isn't. I am trying to recover and decrypt some data encrypted using Blowfish. I have sample code in PHP which works but I am unable to translate it into Python, which is needed for the end goal of th

Re: [Cryptography-dev] Type error using CBC IV

2018-06-14 Thread Alex Gaynor
Just looking at the code here, are you sure the `key` is a bytes object? Alex On Thu, Jun 14, 2018 at 5:30 PM Fennell, Felix W. wrote: > Hi, > > I'm not sure if this the best place to ask for support using Cryptography, > apologies if it isn't. > > I am trying to recover and decrypt some data e