Class rename

Renamed the class to salter
This commit is contained in:
Keith Armstrong 2024-12-31 08:50:19 -05:00
parent 2df3aa348a
commit 067e878d57

View File

@ -10,7 +10,7 @@ import java.security.SecureRandom;
import java.security.spec.KeySpec;
import java.util.Base64;
public class AES256 {
public class salter {
private static final int KEY_LENGTH = 256;
private static final int ITERATION_COUNT = 65536;