mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 09:03:21 +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. | ||||
|  * @author James Muehlner | ||||
|  */ | ||||
| public class Sha256PasswordEncryptionService implements PasswordEncryptionService { | ||||
| public class SHA256PasswordEncryptionService implements PasswordEncryptionService { | ||||
| 
 | ||||
|     @Override | ||||
|     public boolean checkPassword(String password, byte[] hashedPassword, | ||||
		Reference in New Issue
	
	Block a user