Change name for method
This commit is contained in:
parent
33471ad1ca
commit
ff25580bee
@ -6,7 +6,7 @@ import java.security.NoSuchAlgorithmException;
|
|||||||
|
|
||||||
public class Hash {
|
public class Hash {
|
||||||
|
|
||||||
public static String encryptPassword(String input)
|
public static String encryptSHA512(String input)
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
// getInstance() method is called with algorithm SHA-512
|
// getInstance() method is called with algorithm SHA-512
|
||||||
|
Loading…
x
Reference in New Issue
Block a user