how to decrypt password used in linux?
i have this password for a mailbox after encryption: HmLTpXCJJ/NMci find that even the same password e.g. abc123 used for different mailboxes would become different after encryption!!
if i wanna write a custom script, or just by adding some records in the corresponding files, to create a mailbox and retrieve emails in pop3 using authentication, how do i generate such password using a say perl/php script? is there a shell command to encrypt password?
i have no idea about it.
thanks