Thank you very much for your reply!! I have the keys extracted from my multibit wallet and they are on my laptop but they are still encrypted. Is it possible to import them into Electrum for example and try to decrypt it there?
Good question.
I found a Stack Exchange question asking the same thing. Without opening Multibit, it says to run
openssl enc -d -p -aes-256-cbc -a -in \<ciphertext file\> -out \<plaintext file\> -pass pass:\<password\>
The openssl command is available if you are running Linux or Mac.