Steps followed are: 1.converting message from characters to bits 2.extracting our intializationvector which will be first block_size bits of message 3.creating new cipher with our hash_key,in mode CBC and extracted intialized vector 4.envoking decrypt function from new ciph
(message)