How to unzip multiple password-protected zip files?

I’ve faced a situation where needed to unzip multiple password protected zip files and at the same time the correct password could be a word in upper case or in lower case (e.g. abcd1234, ABCD1234).
So, below is a script that can help you get things moving… But, for now it’s only doing validation for “successful [...]