How to calculate the password length if the user which already exists in Linux?
I only know the encrypted password for that user in another file /etc/shadow. Can I calculate the password length from the value in this file?
Are there any other ways to solve this?