Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View Miltonjacomini's full-sized avatar
😋
Growing

Tino.Milton Miltonjacomini

😋
Growing
View GitHub Profile
import java.security.MessageDigest;
import java.util.Arrays;
import javax.crypto.KeyGenerator;
import javax.crypto.SecretKey;
import javax.crypto.spec.SecretKeySpec;
import javax.crypto.spec.IvParameterSpec;
import javax.crypto.Cipher;
import javax.crypto.spec.IvParameterSpec;
import javax.crypto.spec.SecretKeySpec;