de.piratech.dasding.data.helper
Class PasswordHelper
java.lang.Object
de.piratech.dasding.data.helper.PasswordHelper
public class PasswordHelper
- extends Object
Helperclass to generate passwords
- Author:
- deveth0
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PasswordHelper
public PasswordHelper()
getCryptedPassword
public static String getCryptedPassword(String clearText,
String salt)
- Encrypts an password using the given salt
- Parameters:
clearText - salt -
- Returns:
Copyright © 2012 Piratech. All Rights Reserved.