database #2

Merged
v4l3n71n merged 21 commits from database into master 2022-05-13 17:56:08 +00:00
Showing only changes of commit ff25580bee - Show all commits

View File

@ -6,7 +6,7 @@ import java.security.NoSuchAlgorithmException;
public class Hash {
public static String encryptPassword(String input)
public static String encryptSHA512(String input)
{
try {
// getInstance() method is called with algorithm SHA-512