testEncodePassword() testEncodePassword() Test that a password can be hashed without specifying any additional parameters
testEncodePasswordWithSalt() testEncodePasswordWithSalt() Test that a password can be hashed with a custom salt
testDefaultsToSha1IfUnsupportedAlgorithm() testDefaultsToSha1IfUnsupportedAlgorithm() Test that the encoder falls back on SHA-1 if a non supported algorithm is given
testEncodePasswordWithNullAsciiCodeInPassword() testEncodePasswordWithNullAsciiCodeInPassword() Test that the encoder falls back on SHA-1 if a non supported algorithm is given