In `final': wrong final block length (OpenSSL::Cipher::CipherError)

plain = decipher.update(array_value) + decipher.final

i am not getting why i am getting error in this line of code

Here’s the answer: