I found the master password file. The passwords that were set (root, cvs, my account) all start with $sha$ -- so the passwords are encrypted using SHA? If I write a PERL program that checks passwords (cant use crypt), how would I do this? Any particular modules I need?