How detect Encrypted String?

I received many password from a data base in a php script.
I don’t know if received password is encrypted or not.

To use data i have to decrypt the encrypted pass and let pass in clear format the clear password.
But how can i detect encrypted string?

(i know the ciphering, decryption_iv, decryption_key.)
Thank you for your advice.