No. You cannot force a maximum length on encrypted data, as it is massively dependent on the length of the input data.
You should not be encrypting passwords anyway, you should be hashing them - see here:
Password Storage: How to do it.[
^]
Hashing does "fix" the length of the output data.