de.piratech.dasding.data.helper
Class PasswordHelper

java.lang.Object
  extended by de.piratech.dasding.data.helper.PasswordHelper

public class PasswordHelper
extends Object

Helperclass to generate passwords

Author:
deveth0

Constructor Summary
PasswordHelper()
           
 
Method Summary
static String getCryptedPassword(String clearText, String salt)
          Encrypts an password using the given salt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordHelper

public PasswordHelper()
Method Detail

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.