Tag: Password

  • Good Password

    Ever since I got company server to manage and create user account, email account. I found it very hard to do so as thinking a new password is not that easy. But my quest end when I landed on http://www.goodpassword.com, where they generate password for us and that too for free. Give it a try…

  • Linux User authentication using PHP

    In one of my last post i try to define how linux store its password. Today I will be putting Complete PHP code for it. Just run it on your local server(mind it your Http server must be running as root user in order to use this script ) Its a raw way of doing…

  • Linux Password reveal

    Hi, I just discover how a Linux password is formed. This information is useful for those who have to write a piece of code for their software to either match user authentication or make new user from their script. Though Linux Provide PAM for the purpose, but for me configuring PAM for you application that…