public class Hashcypher extends Object
- added a method to change a password without asking for the old password
Constructor and Description |
---|
Hashcypher()
Creates a new instance of Hashcypher
|
Modifier and Type | Method and Description |
---|---|
static boolean |
authenticate(String sPassword,
String sHashPassword) |
static String |
changePassword(Component parent) |
static String |
changePassword(Component parent,
String sOldPassword) |
static String |
hashString(String sPassword) |
Copyright © 2021. All rights reserved.