in reply to Re^2: Authentication with /etc/shadow
in thread Authentication with /etc/shadow

so this must be the MD5 format

I believe that would be SHA512, the passwords start with $6$ -- Crypt::Password can handle it, I think.