org.musicontroller.security
Class Encrypter

java.lang.Object
  extended by org.musicontroller.security.Encrypter

public class Encrypter
extends java.lang.Object

The Encrypter is used to encrypt passwords of Users.

Version:
$Id: Encrypter.java,v 1.1 2010/03/16 18:55:42 varienaja Exp $
Author:
Varienaja

Constructor Summary
Encrypter()
           
 
Method Summary
static java.lang.String encrypt(java.lang.String unencrypted)
          Encryptd the incoming String using the SHA messsage digester.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Encrypter

public Encrypter()
Method Detail

encrypt

public static java.lang.String encrypt(java.lang.String unencrypted)
Encryptd the incoming String using the SHA messsage digester.

Parameters:
unencrypted - The unencrypted string.
Returns:
The encrypted string.


Copyright © 2010 A.J.V.. All Rights Reserved.