> Can anyone out there tell me how passwords are encoded on Unix? All versions of UNIX from 7th Edition on encrypt the passwords with a C library routine described in CRYPT(3C). See the manual for details; basically the NBS DES is used, with variations.