mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Ticket #269: It's SHA, not Sha.
This commit is contained in:
@@ -47,7 +47,7 @@ import javax.xml.bind.DatatypeConverter;
|
|||||||
* Provides a SHA-256 based implementation of the password encryption functionality.
|
* Provides a SHA-256 based implementation of the password encryption functionality.
|
||||||
* @author James Muehlner
|
* @author James Muehlner
|
||||||
*/
|
*/
|
||||||
public class Sha256PasswordEncryptionService implements PasswordEncryptionService {
|
public class SHA256PasswordEncryptionService implements PasswordEncryptionService {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean checkPassword(String password, byte[] hashedPassword,
|
public boolean checkPassword(String password, byte[] hashedPassword,
|
Reference in New Issue
Block a user