Ticket #269: It's SHA, not Sha.

This commit is contained in:
Michael Jumper
2013-02-28 00:51:15 -08:00
parent bc41becdf3
commit a854b8f124

View File

@@ -47,7 +47,7 @@ import javax.xml.bind.DatatypeConverter;
* Provides a SHA-256 based implementation of the password encryption functionality.
* @author James Muehlner
*/
public class Sha256PasswordEncryptionService implements PasswordEncryptionService {
public class SHA256PasswordEncryptionService implements PasswordEncryptionService {
@Override
public boolean checkPassword(String password, byte[] hashedPassword,