As a learning experiment, I recently created a stateless password manager in PHP. Using the same input of full name, website & master password, HashPass will always return the same secure password. This means you only need to remember your master password to use secure passwords everywhere. You also do…